/*reset*/
* {
  padding: 0;
  margin: 0;
  list-style: none;
}

html,
body {
  margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 "microsoft yahei";
  color: #666;
  font-weight: normal;
}

body {
  overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal
}

ul,
ol,
dl {
  list-style: none
}

a {
  text-decoration: none;
  outline: none;
  font-family: "microsoft yahei";
  color: #666;
  cursor: pointer;
  font-size: 15px;
}

li {
  font-size: 15px;
  font-family: "microsoft yahei";
  list-style: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
  font-size: 15px;
}

body,
p,
span {
  font-family: "microsoft yahei";
}

img {
  border: none;
}

p {
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
}

:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  mainContent: "";
  clear: both;
}

.transtion {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  content: "";
  clear: both;
}

@font-face {
  font-family: pf;
  src: url("PINGFANG REGULAR.TTF");
}

@font-face {
  font-family: pftx;
  src: url("PINGFANG EXTRALIGHT.TTF");
}

@font-face {
  font-family: syht;
  src: url("SourceHanSansCN-Regular.otf");
}



.header-box {
  height: 116px;
  position: fixed;
  top: -120px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 1.5s;
  z-index: 999;
  background: #383635;
}

.header-box-page {
  position: relative !important;
}

.header-box.on {
  top: 0;
}

.header-box:hover {
  background: #383635;
  transition: all 0.5s;
}

.header {
  width: 1600px;
  margin: 0 auto;
}

.logo {
  float: left;
  height: 116px;
  font-size: 0;
  line-height: 116px;
}

.header-right {
  float: right;
}

.header-top-box {
  height: 62px;
}

.header-top {
  margin: 14px 0 16px 0;
  float: right;
  height: 32px;
}

.header-top .search {
  float: left;
  overflow: hidden;
  position: relative;
  width: 38px;
  height: 30px;
  overflow: hidden;
  transition: all 0.5s;
  border: 1px solid transparent;
  border-radius: 30px;
}

.header-top .search input {
  float: left;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.53);
  font-size: 14px;
  height: 30px;
  width: 200px;
  margin-left: 15px;
}

.header-top .search a {
  float: right;
  height: 30px;
  width: 38px;
  text-align: center;
  font-size: 0;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(./../images/search.png) no-repeat center;
}

.header-top .search.open {
  width: 270px;
  border-color: rgba(255, 255, 255, 0.53);
  margin-right: 15px;
}

.header-top dl {
  float: left;
  position: relative;
}

.header-top dl dt {
  height: 32px;
  width: 32px;
  font-size: 0;
  text-align: center;
  line-height: 32px;
}

.header-top dl dd {
  display: none;
  position: absolute;
  top: 35px;
  left: -38px;
}

.header-top .ShoppingCar {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 0;
  float: left;
  margin-left: 5px;
}

.header-top .ShoppingCar img {
  transition: all 0.5s;
}

.header-top .ShoppingCar:hover img {
  transform: rotateY(360deg);
}

.header-top ul {
  float: left;
  overflow: hidden;
}

.header-top ul li {
  float: left;
  line-height: 32px;
}

.header-top ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  padding: 0 10px;
  display: block;
  position: relative;
}

.header-top ul a {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  padding: 0 10px;
  display: block;
  position: relative;
  line-height: 32px;
  float: left;
  color: #bfbfbf;
}

.header-top ul li a::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 14px;
  content: "";
  background: #fff;
  opacity: 0.6;
}

.header-top ul li:first-child a::before {
  display: none;
}

.header-top ul li a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}

.header-top p {
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  opacity: 0.63;
  padding-left: 25px;
  background: url(./../images/tel.png) no-repeat left center;
}

.header-nav-oneUl {
  float: right;
}

.header-nav-oneUl-li {
  float: left;
  padding-left: 50px;
  padding-right: 5px;
  position: relative;
}

.header-nav-oneUl-li>a,
.header-nav-twoUl-li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
  height: 54px;
  display: block;
  position: relative;
  line-height: 40px;
}

.header-nav-oneUl-li>a:before,
.header-nav-twoUl-li>a:before {
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: #a51c30;
  transition: all 0.5s;
  bottom: 0;
  position: absolute;
}

.header-nav-oneUl-li>a:hover,
.header-nav-twoUl-li>a:hover {
  color: #fff;
}

.header-nav-oneUl-li>a:hover:before,
.header-nav-twoUl-li>a:hover:before {
  width: 100%;
}

.header-nav-oneUl-li>a.on,
.header-nav-twoUl-li>a.on {
  color: #fff;
}

.header-nav-oneUl-li>a.on:before,
.header-nav-twoUl-li>a.on:before {
  width: 100%;
}

.header-nav-oneUl-li>a em,
.header-nav-twoUl-li>a em {
  position: absolute;
  right: 0px;
  top: 0;
  background: url(./../images/hot-icon.png) no-repeat center;
  width: 30px;
  height: 16px;
  background-size: 100%;
}

.header-nav-twoUl {
  position: absolute;
  left: 30px;
  top: 54px;
  background: #383635;
  float: none;
}

.header-nav-twoUl-li {
  margin: 0;
  float: none;
}

.header-nav-twoUl-li a {
  padding: 0 20px;
  height: 40px;
  width: 80px;
}

.header-nav-twoUl-li a:before {
  height: 2px;
}



/* 

.header-nav-oneUl-li div {
  position: absolute;
  left: 0;
  right: 0;
  top: 116px;
  display: none;
  text-align: center;
  font-size: 0;
  background: #383635;
  border-top: 1px solid #585858;
  padding: 30px 0;
}
.header-nav-oneUl-li div dl {
  display: inline-block;
  margin: 0 30px;
}

.header-nav-oneUl-li div dl a {
  height: auto;
  line-height: initial;
}

.header-nav-oneUl-li div dl a::before {
  display: none;
}

.header-nav-oneUl-li div dl dt {
  width: 208px;
  height: 182px;
  text-align: center;
  line-height: 182px;
  font-size: 0;
  overflow: hidden;
  margin: 0 auto;
}

.header-nav-oneUl-li div dl dt img {
  max-width: 100%;
}

.header-nav-oneUl-li div dl dd {
  font-size: 16px;
  text-align: center;
}

.header-nav-oneUl-li div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 540px;
  margin-right: 100px;
  text-align: left;
}

.header-nav-oneUl-li div span a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin: 8px 100px;
}

.header-nav-oneUl-li div span a::before {
  display: none;
}

.header-nav-oneUl-li div p {
  display: inline-block;
  width: 208px;
  height: 147px;
  font-size: 0;
}

.header-nav-oneUl-li div p img {
  max-width: 100%;
} */

.minNav-btn {
  float: right;
  cursor: pointer;
}

.minNav {
  position: absolute;
  left: 0;
  top: 116px;
  height: auto;
  right: 0;
  text-align: center;
  font-size: 0;
  background: #383635;
  display: none;
  border-top: 1px solid #585858;
}

.minNav ul {
  overflow: hidden;
  display: inline-block;
}

.minNav ul li {
  float: left;
  margin: 0 30px;
}

.minNav ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #A51C30 !important;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 8px !important;
  vertical-align: middle;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.home-banner swiper-pagination-custom,
.home-banner .swiper-pagination-fraction {
  bottom: 75px !important;
  height: 18px !important;
  line-height: 18px;
  font-size: 0;
}

.home-banner .swiper-pagination-bullet-active {
  background: #A51C30 !important;
  position: relative;
}

.home-banner .swiper-pagination-bullet-active:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 22px;
  height: 22px;
  border: 1px solid #A51C30;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
}

.home-banner .swiper-button-next.swiper-button-white,
.home-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(./../images/next.png) !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  bottom: 72px;
  top: initial;
  right: 44%;
}

.home-banner .swiper-button-prev.swiper-button-white,
.home-banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(./../images/prev.png) !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  bottom: 72px;
  top: initial;
  left: 44%;
}

.home-banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
  z-index: 99;
}

.home-banner-title p {
  font-size: 22px;
  color: #f1f1f1;
  text-transform: uppercase;
  font-family: pf;
}

.home-banner-title h3 {
  font-size: 48px;
  color: #f1f1f1;
  font-weight: normal;
}

.home-banner-data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
  text-align: center;
  z-index: 99;
}

.home-banner-data {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}


.home-banner-data li {
  display: inline-block;
  margin: 0 55px;
}

.home-banner-data li p {
  font-size: 60px;
  color: #fff;
  font-family: pftx;
}

.home-banner-data li h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.home-banner-data li h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 7px;
  content: "";
  background: #A51C30;
  z-index: -1;
}

.home-banner-img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.home-banner-img img {
  position: relative;
}

.banner02-title {
  left: 18.75%;
  right: 18.75%;
  margin: 0 auto;
  top: 40%;
  text-align: left;
}

.banner02-title h3 {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 72px;
}

.banner02-title h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 5px;
  content: "";
  background: #A51C30;
  z-index: -1;
}

.banner02-data {
  bottom: 47%;
  left: 18.75%;
  right: 18.75%;
  margin: 0 auto;
  text-align: left;
}

.banner02-data li {
  margin: 0;
}

.banner02-data li h3 {
  font-weight: normal;
  text-align: left;
}

.banner02-data li h3::before {
  display: none;
}

.banner03-title h3::before {
  display: none;
}

.banner03-data li h3 {
  font-size: 24px;
  font-weight: bold;
}

.banner03-data li h3::before {
  display: block;
}

.banner04-title {
  top: 30%;
}

.banner04-title h3::before {
  display: none;
}

.banner04-data {
  bottom: 24%;
}

.banner02-data li h3 a {
  display: block;
  width: 200px;
  height: 40px;
  background: #A51C30;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

.home-ecology {
  background: url(./../images/home-ecology-bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.home-ecology-title {
  text-align: center;
  margin-top: 150px;
}

.home-ecology-title h3 {
  color: #333;
  font-size: 30px;
  font-weight: normal;
}

.home-ecology-title p {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}

.home-ecology-list {
  width: 1400px;
  overflow: hidden;
  margin: 50px auto 0;
  text-align: center;
  font-size: 0;
}

.home-ecology-list dl {
  width: 135px;
  text-align: center;
  margin-right: 67px;
  position: relative;
  top: 150px;
  display: inline-block;
  vertical-align: middle;
}

.home-ecology-list dl:last-child {
  margin-right: 0;
}

.home-ecology-list dl dt {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border: 1px solid #a72020;
  border-radius: 50%;
  line-height: 68px;
  font-size: 0;
}

.home-ecology-list dl dt img {
  transition: all 0.5s;
}

.home-ecology-list dl dd p {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  transition: all 0.5s;
}

.home-ecology-list dl dd p span {
  font-size: 28px;
  color: #333;
  font-family: pf;
  transition: all 0.5s;
}

.home-ecology-list dl dd h3 {
  font-weight: bold;
  font-size: 14px;
}

.home-ecology-list dl:hover dt img {
  transform: rotateY(180deg);
}

.home-ecology-list dl:hover dd p {
  color: #A51C30;
}

.home-ecology-list dl:hover dd p span {
  color: #A51C30;
}

.home-ecology-map-box {
  width: 1400px;
  margin: 100px auto 0;
}

.home-ecology-map {
  position: relative;
  font-size: 0;
}

.home-ecology-map * {
  max-width: 100% !important;
}

.map03 {
  position: absolute;
  top: 20%;
  right: 18%;
}

.map04 {
  position: absolute;
  top: -15%;
  right: 16%;
}

.home-preponderance {
  background: url(./../images/home-preponderance-bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.home-preponderance .home-preponderance-list dl {
  position: absolute;
  width: 20%;
  z-index: 1;
  height: 100%;
}

.home-preponderance .home-preponderance-list dl::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.home-preponderance .home-preponderance-list dl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 50%;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}

.home-preponderance .home-preponderance-list dl:nth-child(1) {
  left: 0;
  top: -100%;
}

.home-preponderance .home-preponderance-list dl:nth-child(2) {
  left: 20%;
  bottom: -100%;
}

.home-preponderance .home-preponderance-list dl:nth-child(3) {
  left: 40%;
  top: -100%;
}

.home-preponderance .home-preponderance-list dl:nth-child(4) {
  left: 60%;
  bottom: -100%;
}

.home-preponderance .home-preponderance-list dl:nth-child(5) {
  left: 80%;
  top: -100%;
}

.home-preponderance .home-preponderance-list dl dt {
  width: 125px;
  height: 125px;
  font-size: 0;
  text-align: center;
  line-height: 125px;
  margin: 340px auto 0;
  transition: all 0.5s;
}

.home-preponderance .home-preponderance-list dl dd h3 {
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  position: relative;
}

.home-preponderance .home-preponderance-list dl dd h3:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 4px;
  content: "";
  background: #a51c1c;
  transition: all 0.5s;
  margin: 0 auto;
}

.home-preponderance .home-preponderance-list dl dd p {
  font-size: 16px;
  color: #fff;
  width: 72%;
  margin: 0 auto;
  margin-top: 80px;
  opacity: 0;
  transition: all 0.5s;
  line-height: 30px;
}

.home-preponderance .home-preponderance-list dl:hover dt {
  margin-top: 210px;
}

.home-preponderance .home-preponderance-list dl:hover dd p {
  opacity: 1;
}

.home-preponderance .home-preponderance-list dl:hover dd h3:before {
  width: 38px;
}

.home-preponderance .home-preponderance-list dl:hover::after {
  opacity: 1;
  height: 100%;
}

.home-solution {
  background: url(./../images/home-solution-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.home-solution-title {
  text-align: center;
  margin-top: 150px;
}

.home-solution-title h3 {
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
}

.home-solution-title p {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
}

.home-solution-list {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  display: none;
}

.home-solution-list .hd ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.home-solution-list .hd ul li {
  float: left;
  width: 263px;
  height: 173px;
  position: relative;
}

.home-solution-list .hd ul li::before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.67);
  content: "";
}

.home-solution-list .hd ul li dl {
  position: relative;
}

.home-solution-list .hd ul li dl dt {
  height: 173px;
  position: relative;
  font-size: 0;
  text-align: center;
  line-height: 173px;
  overflow: hidden;
}

.home-solution-list .hd ul li dl dt img {
  max-width: 100%;
}

.home-solution-list .hd ul li dl dd {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  color: #a51c30;
  top: 0;
  line-height: 173px;
  height: 173px;
  bottom: 0;
  text-align: center;
}

.home-solution-list .hd ul li dl dd h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-shadow: #fff 0px 3px 4px;
}

.pc-slide {
  width: 1400px;
  margin: 40px auto 0;
  position: relative;
}

.view {
  position: relative;
}

.view .swiper-slide dl {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.view .swiper-slide dl dt {
  float: right;
  width: 560px;
  height: 367px;
  font-size: 0;
  text-align: center;
  line-height: 367px;
  border: 3px solid #a51c30;
}

.view .swiper-slide dl dt img {
  max-width: 100%;
  max-height: 100%;
}

.view .swiper-slide dl dd {
  float: left;
  width: 455px;
}

.view .swiper-slide dl dd span {
  font-size: 48px;
  font-family: pftx;
  color: #fff;
  opacity: 0.47;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  display: block;
}

.view .swiper-slide dl dd h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.view .swiper-slide dl dd em {
  display: block;
  width: 58px;
  height: 4px;
  background: #A51C1C;
}

.view .swiper-slide dl dd p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 40px 0;
}

.view .swiper-slide dl dd a {
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  background: #A51C1C;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
}

.view .arrow-left {
  position: absolute;
  left: 0%;
  top: -33%;
  z-index: 99;
}

.view .arrow-right {
  position: absolute;
  right: 0%;
  top: -33%;
  z-index: 99;
}

.preview {
  position: absolute;
  bottom: -1000px;
  left: 0;
  right: 0;
}

.preview dl {
  height: 173px;
  position: relative;
}

.preview dl dt {
  text-align: center;
  line-height: 173px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  height: 173px;
  background: #fff;
}

.preview dl dt img {
  max-width: 100%;
}

.preview dl dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 140px;
}

.preview dl dd h3 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  color: #A51C1C;
  text-shadow: 2px 2px 0px #fff;
}

.preview dl dd p {
  transition: all 0.5s;
}

.preview dl dd p:nth-child(2) {
  position: absolute;
  width: 90px;
  height: 3px;
  top: 60px;
  right: 0;
  left: 0;
  background: #A51C1C;
  opacity: 0;
  margin: 0 auto;
}

.preview dl dd p:nth-child(3) {
  position: absolute;
  width: 3px;
  height: 50px;
  top: 62px;
  right: 80px;
  background: #A51C1C;
  opacity: 0;
}

.preview dl dd p:nth-child(4) {
  position: absolute;
  width: 90px;
  height: 3px;
  bottom: 60px;
  right: 0;
  left: 0;
  background: #A51C1C;
  opacity: 0;
  margin: 0 auto;
}

.preview dl dd p:nth-child(5) {
  position: absolute;
  width: 3px;
  height: 50px;
  top: 62px;
  left: 80px;
  background: #A51C1C;
  opacity: 0;
}

.preview dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.67);
  content: "";
  transition: all 0.5s;
}

.preview .active-nav dl dd::before {
  opacity: 0;
}

.preview .active-nav dl dd p {
  opacity: 1;
}

.preview .active-nav dl dd p:nth-child(2) {
  top: 0;
  width: 100%;
}

.preview .active-nav dl dd p:nth-child(3) {
  right: 0;
  height: 100%;
  top: 0;
}

.preview .active-nav dl dd p:nth-child(4) {
  bottom: 0;
  width: 100%;
}

.preview .active-nav dl dd p:nth-child(5) {
  left: 0;
  height: 100%;
  top: 0;
}

.section05 {
  overflow: hidden;
  background: url(./../images/news-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.section05-title {
  text-align: center;
  margin-top: 80px;
}

.section05-title h3 {
  color: #333333;
  font-weight: normal;
  font-size: 30px;
}

.section05-title p {
  font-size: 16px;
  color: #666;
  opacity: 0.6;
  margin-top: 10px;
}

.section05-list {
  overflow: hidden;
  width: 1400px;
  margin: 20px auto 0px;
  padding: 10px 0;
}

.section05-list .section05-list-hot {
  float: left;
  width: 684px;
  position: relative;
  top: 0;
  left: 0;
}

.section05-list .section05-list-hot:hover {
  box-shadow: 2px 2px 5px 1px #f9d3d3;
}

.section05-list .section05-list-hot dl {
  position: relative;
  left: 0;
  box-shadow: 2px 2px 5px 1px #dedede;
}

.section05-list .section05-list-hot dt {
  height: 424px;
  font-size: 0;
  line-height: 424px;
  overflow: hidden;
}

.section05-list .section05-list-hot dt img {
  max-width: 100%;
}

.section05-list .section05-list-hot dd {
  padding: 15px 30px;
  background: #f3f3f3;
}

.section05-list .section05-list-hot dd .hot-top {
  overflow: hidden;
}

.section05-list .section05-list-hot dd .hot-top .hot-top-date {
  float: left;
  width: 60px;
  position: relative;
  text-align: center;
}

.section05-list .section05-list-hot dd .hot-top .hot-top-date:before {
  position: absolute;
  right: -20px;
  top: 9px;
  width: 1px;
  height: 52px;
  content: "";
  background: #e5e5e5;
}

.section05-list .section05-list-hot dd .hot-top .hot-top-date p {
  font-size: 36px;
  color: #A51C1C;
  font-family: pf;
  height: 44px;
  line-height: 44px;
}

.section05-list .section05-list-hot dd .hot-top .hot-top-date span {
  font-size: 14px;
  color: #999999;
  font-family: pf;
}

.section05-list .section05-list-hot dd .hot-top .hot-top-title {
  float: right;
  width: 520px;
}

.section05-list .section05-list-hot dd .hot-top .hot-top-title h3 {
  font-size: 20px;
  color: #252525;
  font-weight: normal;
}

.section05-list .section05-list-hot dd .hot-top .hot-top-title p {
  display: inline-block;
  height: 25px;
  line-height: 23px;
  font-size: 16px;
  color: #fff;
  background: #383635;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 4px;
}

.section05-list .section05-list-hot dd .hot-bot {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}

.section05-list .section05-list-hot dd .hot-bot span {
  color: #A51C1C;
}

.section05-list .section05-list-recommend {
  float: right;
  width: 688px;
  overflow: hidden;
  position: relative;
  right: -100%;
}

.section05-list .section05-list-recommend dl {
  float: left;
  width: 329px;
  margin-bottom: 12px;
}

.section05-list .section05-list-recommend dl:nth-child(even) {
  float: right;
}

.section05-list .section05-list-recommend dl dt {
  width: 329px;
  height: 201px;
  font-size: 0;
  text-align: center;
  line-height: 201px;
  overflow: hidden;
}

.section05-list .section05-list-recommend dl dt img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}

.section05-list .section05-list-recommend dl dd {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding: 5px 20px;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  height: 60px;
  overflow: hidden;
}

.section05-list .section05-list-recommend dl dd:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0%;
  content: "";
  background: #A51C1C;
  transition: all 0.5s;
  z-index: -1;
}

.section05-list .section05-list-recommend dl:hover dt img {
  transform: scale(1.1);
}

.section05-list .section05-list-recommend dl:hover dd {
  color: #fff;
}

.section05-list .section05-list-recommend dl:hover dd:before {
  top: 0;
}

.section05-list .section05-list-recommend .more {
  float: left;
  width: 150px;
  height: 40px;
  background: #a51c30;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 40px;
  text-transform: uppercase;
  margin-top: 20px;
}


.home-partner-title {
  text-align: center;
  margin: 180px 0 20px;
}

.home-partner-title h3 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
}

.home-partner-title p {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
}

.home-partner {
  background: url(./../images/home-partner-bg.jpg) no-repeat center;
  background-size: auto 110%;
  height: calc(934px - 450px);
  overflow: hidden;
  position: relative;
  top: -55%;
}

.home-partner-partner-list {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.home-partner-partner-list .swiper-slide {
  width: auto;
  float: left;
  height: 130px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  line-height: 130px;
}

.home-partner-partner-list .swiper-slide p {
  margin: 0 50px;
  height: 100%;
}

.home-partner-partner-list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.home-partner-partner-list .bd li img {
  max-width: 100%;
}

.home-partner-partner-list .swiper-button-prev {
  background: url(./../images/prev05.png) no-repeat center;
}

.home-partner-partner-list .swiper-button-next {
  background: url(./../images/next05.png) no-repeat center;
}

.footer {
  height: 520px;
  background: #383635 url(./../images/map.png) no-repeat center;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
  bottom: -55%;
}

.footer-nav {
  width: 1400px;
  margin: 45px auto 20px;
  overflow: hidden;
  position: relative;
}

.footer-nav-list {
  float: left;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-nav-list>a {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.footer-nav-list ul li a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.55;
  line-height: 30px;
}

.footer-nav-list ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-nav-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 205px;
}

.footer-nav-code dl dt {
  width: 110px;
  height: 110px;
  font-size: 0;
  text-align: center;
  line-height: 110px;
  margin: 0 auto;
}

.footer-nav-code dl dt img {
  max-width: 100%;
  max-height: 100%;
}

.footer-nav-code dl dd {
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  text-align: center;
}

.footer-nav-code div {
  overflow: hidden;
  margin: 10px 0;
}

.footer-nav-code div img {
  float: left;
  margin-top: 5px;
}

.footer-nav-code div p {
  float: right;
  width: 155px;
  font-size: 14px;
  color: #fff;
}

.footer-link {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-link span {
  float: left;
  font-size: 14px;
  color: #fff;
  opacity: 0.55;
}

.footer-link ul {
  float: left;
  overflow: hidden;
}

.footer-link ul li {
  float: left;
  margin-right: 30px;
}

.footer-link ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.55;
}

.footer-link ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-copyright {
  width: 1400px;
  margin: 0 auto;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 36px;
}

.footer-copyright a.copyright-a {
  float: left;
  margin-right: 15px;
}

.footer-copyright a.copyright-a img {
  transition: all 0.5s;
  opacity: 0.3;
}

.footer-copyright a.copyright-a:hover img {
  opacity: 1;
  transform: rotateY(180deg);
}

.footer-copyright dl {
  float: left;
  margin-right: 15px;
  position: relative;
}

.footer-copyright dl dt img {
  transition: all 0.5s;
  opacity: 0.3;
  cursor: pointer;
}

.footer-copyright dl dt:hover img {
  opacity: 1;
  transform: rotateY(180deg);
}

.footer-copyright dl dd {
  position: absolute;
  top: -110px;
  left: -33px;
  display: none;
  width: 100px;
  height: 100px;
  font-size: 0;
  text-align: center;
  line-height: 100px;
}

.footer-copyright dl dd img {
  max-width: 100%;
  max-height: 100%;
}

.footer-copyright div {
  float: right;
  font-size: 14px;
  opacity: 0.35;
  color: #fff;
  line-height: 36px;
}

.footer-copyright div p {
  float: left;
}

.footer-copyright div a {
  font-size: 14px;
  color: #fff;
}

.footer-copyright div a:hover {
  text-decoration: underline;
}

.innerBanner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 636px;
  overflow: hidden;
}

.innerBanner img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.innerPosition {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.innerPosition p {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 99;
  font-size: 16px;
  color: #fff;
}

.innerPosition p a {
  font-size: 16px;
  color: #fff;
}

.innerNav {
  background: #f6f6f6;
  border-bottom: 1px solid #ececec;
  height: 70px;
  text-align: center;
}

.innerNav ul {
  display: inline-block;
  overflow: hidden;
}

.innerNav ul li {
  float: left;
  padding: 0 50px;
  position: relative;
}

.innerNav ul li:before {
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 30px;
  content: "";
  background: #dcdcdc;
}

.innerNav ul li:last-child:before {
  display: none;
}

.innerNav ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 70px;
  position: relative;
}

.innerNav ul li a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 4px;
  background: #a51c30;
  display: none;
}

.innerNav ul li a.on:before {
  display: block;
}

.innerNav ul li a:hover:before {
  display: block;
}

.innerTechnology {
  width: 1400px;
  margin: 60px auto;
  overflow: hidden;
}

.innerTechnology dl {
  float: left;
  position: relative;
  overflow: hidden;
}

.innerTechnology dl dt {}

.innerTechnology dl dt img {
  max-width: 100%;
  max-height: 100%;
}

.innerTechnology dl dd {
  position: absolute;
  left: 65px;
  bottom: 120px;
}

.innerTechnology dl dd h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.innerTechnology dl dd p {
  font-size: 16px;
  color: #fff;
}

.innerTechnology .dl01 {
  width: 687px;
  height: 775px;
}

.innerTechnology .dl02 {
  width: 689px;
  height: 373px;
  float: right;
}

.innerTechnology .dl02 dd h3 {
  color: #4d2d1e;
}

.innerTechnology .dl02 dd p {
  color: #4d2d1e;
}

.innerTechnology .dl03 {
  width: 689px;
  height: 373px;
  float: right;
  margin-top: 29px;
}

.innerTechnology .dl03 dd h3 {
  color: #000;
}

.innerTechnology .dl03 dd p {
  color: #000;
}

.innerTechnology .dl04 {
  width: 100%;
  height: 373px;
  margin: 30px 0;
}

.innerTechnology .dl04 dd h3 {
  color: #000;
}

.innerTechnology .dl04 dd p {
  color: #000;
}

.innerTechnology .dl05 {
  width: 100%;
  height: 373px;
}

.innerPage {
  width: 1400px;
  margin: 60px auto;
}

.innerPage-title {
  margin-bottom: 30px;
}

.innerPage-title h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.innerPage-content {
  font-size: 16px;
  line-height: 30px;
}

.innerPage-content * {
  max-width: 100%;
}

.innerProduct .innerProduct-navSearch {
  width: 1400px;
  margin: 60px auto;
  overflow: hidden;
}

.innerProduct .innerProduct-navList {
  float: left;
  margin-top: 10px;
}

.innerProduct .innerProduct-navList ul {
  overflow: hidden;
}

.innerProduct .innerProduct-navList ul li {
  float: left;
  padding: 0 30px;
  position: relative;
}

.innerProduct .innerProduct-navList ul li:before {
  position: absolute;
  right: 0;
  width: 2px;
  height: 16px;
  content: "";
  background: #e4e4e4;
  top: 4px;
}

.innerProduct .innerProduct-navList ul li:last-child:before {
  display: none;
}

.innerProduct .innerProduct-navList ul li {
  font-size: 16px;
  cursor: pointer;
}

.innerProduct .innerProduct-navList ul li.on {
  color: #A51C1C;
}

.innerProduct .innerProduct-navList ul li:hover {
  text-decoration: underline;
}

.innerProduct .innerProduct-search {
  float: right;
  border: 1px solid #e5e5e5;
  height: 44px;
  border-radius: 44px;
  overflow: hidden;
  padding: 0 20px;
}

.innerProduct .innerProduct-search input {
  float: left;
  border: none;
  height: 44px;
  font-size: 15px;
  width: 240px;
}

.innerProduct .innerProduct-search a {
  float: right;
  width: 40px;
  height: 44px;
  font-size: 0;
  background: url(./../images/search02.png) no-repeat center;
}

.innerProduct-list {
  width: 1434px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 200px;
}

.innerProduct-list dl {
  float: left;
  width: 324px;
  margin: 0 17px 50px 17px;
  position: relative;
  height: 340px;
}

.innerProduct-list dl dt {
  height: 238px;
  font-size: 0;
  background: url(./../images/product-bg.png) no-repeat center;
  text-align: center;
  line-height: 238px;
  overflow: hidden;
}

.innerProduct-list dl dt img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}

.innerProduct-list dl dd {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 10px;
  box-shadow: 2px 2px 5px 1px #eaeaea;
  height: 124px;
  background: #fff;
  text-align: center;
  transition: all 0.5s;
}

.innerProduct-list dl dd h3 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin: 20px 24px 10px;
  transition: all 0.5s;
}

.innerProduct-list dl dd p {
  font-size: 16px;
  margin: 0 24px;
  max-height: 48px;
  overflow: hidden;
}

.innerProduct-list dl:hover dt img {
  transform: scale(1.2);
}

.innerProduct-list dl:hover dd {
  bottom: 0;
  background: #A51C1C;
  color: #fff;
  box-shadow: none;
  left: 0;
  right: 0;
  height: 104px;
}

.innerProduct-list dl:hover dd h3 {
  color: #fff;
  margin: 10px 24px;
}

.innerProductDetails-brief {
  overflow: hidden;
  width: 1400px;
  margin: 80px auto;
}

.innerProductDetails-brief-img {
  float: left;
  width: 448px;
  height: 538px;
  position: relative;
}

.innerProductDetails-brief-img .swiperProduct-pagination {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: auto;
  width: auto;
  z-index: 99;
}

.innerProductDetails-brief-img .swiperProduct-pagination span {
  width: 47px;
  height: 7px;
  font-size: 0;
  background: #fff;
  float: left;
  margin-left: 10px;
  border-radius: 0%;
}

.innerProductDetails-brief-img .swiperProduct-pagination span.swiper-pagination-bullet-active {
  background: #a51c30;
}

.innerProductDetails-brief-img .swiperProduct-slide {
  width: 448px;
  height: 538px;
  font-size: 0;
  text-align: center;
  line-height: 538px;
  background: #dedede;
}

.innerProductDetails-brief-img .swiperProduct-slide img {
  max-width: 100%;
  max-height: 100%;
}

.innerProductDetails-brief-text {
  float: right;
  width: 900px;
}

.innerProductDetails-brief-text p {
  font-size: 36px;
  font-family: pf;
  line-height: 40px;
}

.innerProductDetails-brief-text h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  margin: 10px 0 30px;
}

.innerProductDetails-brief-text ul {
  overflow: hidden;
}

.innerProductDetails-brief-text ul li {
  float: left;
  width: 83px;
  height: 37px;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  background: #eeeeee;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.innerProductDetails-brief-text div {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.innerProductDetails-advantage {
  background: #f0f0f0;
  padding: 50px 0;
}

.innerProductDetails-advantage-h3 {
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: normal;
}

.innerProductDetails-advantage-div {
  width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 25px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
}

.innerProductDetails-advantage-div table {
  margin: auto;
}

.innerProductDetails-advantage-div img {
  max-width: 100%;
}

.innerProductDetails-advantage-div * {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #666 !important;
  font-family: "microsoft yahei" !important;
}

.innerProductDetails-programme {
  width: 1400px;
  margin: 70px auto;
}

.innerProductDetails-programme .innerProductDetails-programme-h3 {
  color: #333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.innerProductDetails-programme-list {
  overflow: hidden;
  margin: 30px 0;
}

.innerProductDetails-programme-list dl {
  float: left;
  width: 680px;
  margin: 15px 0;
  height: 210px;
}

.innerProductDetails-programme-list dl:nth-child(even) {
  float: right;
  margin-right: 5px;
}

.innerProductDetails-programme-list dl dt {
  float: left;
  width: 321px;
  position: relative;
  height: 210px;
  font-size: 0;
  text-align: center;
  line-height: 210px;
}

.innerProductDetails-programme-list dl dt img {
  max-width: 100%;
  max-height: 100%;
}

.innerProductDetails-programme-list dl dt h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.innerProductDetails-programme-list dl dd {
  float: right;
  width: 359px;
  box-shadow: 2px 2px 5px 1px #dedede;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.innerProductDetails-programme-list dl dd p {
  font-size: 16px;
  margin-left: 44px;
  line-height: 30px;
  margin-top: 20px;
}

.innerProductDetails-programme-list dl dd a.more {
  display: block;
  width: 86px;
  height: 34px;
  background: #A51C1C;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  margin-left: 44px;
  position: absolute;
  transition: all 0.5s;
  bottom: -200px;
}

.innerProductDetails-programme-list dl:hover dd a {
  bottom: 20px;
}

.innerProductDetails-case {
  width: 1400px;
  margin: 0 auto 50px;
}

.innerProductDetails-programme-h3 {
  color: #333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.innerProductDetails-case-list {
  background: #333333;
  overflow: hidden;
  padding: 38px 0;
  margin-top: 50px;
}

.case-list-left {
  float: left;
  margin-left: 65px;
  margin-top: 65px;
  position: relative;
}

.case-list-left p {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: pf;
  opacity: 0.6;
}

.case-list-left h3 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin: 10px 0 100px;
}

.case-list-left a {
  font-size: 16px;
  text-transform: uppercase;
  width: 150px;
  height: 40px;
  display: block;
  color: #fff;
  background: #a51c30;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
}

.case-list-right {
  float: right;
  position: relative;
  margin-right: 65px;
  width: 1002px;
}

.case-list-right .prev,
.case-list-right .next {
  position: absolute;
  top: 147px;
  width: 36px;
  height: 77px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 77px;
  font-size: 0;
  z-index: 99;
}

.case-list-right .prev {
  left: 15px;
}

.case-list-right .next {
  right: 15px;
}

.case-list-right .bd li {
  position: relative;
  float: left;
  margin: 0;
  width: 33.333%;
}

.case-list-right .bd li div {
  height: 371px;
  width: 304px;
  font-size: 0;
  text-align: center;
  line-height: 371px;
  margin: 0 auto;
}

.case-list-right .bd li div img {
  max-width: 100%;
  max-height: 100%;
}

.case-list-right .bd li p {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 130px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
  margin: 0 auto;
  overflow: hidden;
}

.case-list-right .bd li p img {
  display: block;
  margin: 30px auto 10px;
  opacity: 0;
  transition: all 0.5s;
}

.case-list-right .bd li p span {
  display: block;
  margin: 10px 20px 15px;
  height: 48px;
  overflow: hidden;
}

.case-list-right .bd li p span em {
  font-size: 16px;
}

.case-list-right .bd li:hover p {
  background: #A51C1C;
  height: 100%;
}

.case-list-right .bd li:hover p img {
  opacity: 1;
  margin-top: 155px;
}

.innerProductDetails-data {
  width: 1400px;
  margin: 80px auto;
}

.innerProductDetails-data-h3 {
  color: #333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.innerProductDetails-data-list div {
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.innerProductDetails-data-list div h3 {
  width: 355px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.innerProductDetails-data-list div ul {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  max-width: 1040px;
}

.innerProductDetails-data-list div ul li {
  padding: 10px 0;
}

.innerProductDetails-data-list div ul li a {
  font-size: 16px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  max-width: 960px;
}

.innerProductDetails-data-list div ul li a:hover {
  color: #A51C1C;
  text-decoration: underline;
}

.innerProgramme {
  width: 1400px;
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.innerProgramme dl {
  width: 435px;
  height: 287px;
  margin: 25px 47px 25px 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.innerProgramme dl:nth-child(3n) {
  margin-right: 0;
}

.innerProgramme dl dt {
  height: 100%;
  text-align: center;
  font-size: 0;
  line-height: 287px;
  position: relative;
}

.innerProgramme dl dt img {
  max-width: 100%;
}

.innerProgramme dl dt h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 100px;
  text-align: initial;
  text-indent: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  transition: all 0.5s;
}

.innerProgramme dl dd {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  background: #a51c30;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
}

.innerProgramme dl dd h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
}

.innerProgramme dl dd p {
  font-size: 16px;
  margin: 20px 0;
  line-height: 30px;
}

.innerProgramme dl:hover dd {
  top: 0;
}

.innerProgramme dl:hover dt h3 {
  bottom: -100%;
}

.innerProgrammeDetails {
  width: 1400px;
  margin: 80px auto;
}

.innerProgrammeDetails-h3 {
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: normal;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}

.innerProgrammeDetails-content {
  font-size: 16px;
  line-height: 30px;
}

.innerProgrammeDetails-content * {
  font-size: 16px !important;
  color: #666 !important;
  line-height: 30px !important;
  font-family: "microsoft yahei" !important;
}

.innerProgrammeDetails-nextPrev {
  height: 72px;
  background: #f8f8f8;
  position: relative;
  margin: 50px 0;
}

.innerProgrammeDetails-nextPrev .prev {
  float: left;
  line-height: 72px;
  font-size: 16px;
  padding-left: 50px;
  background: url(./../images/prev04.png) no-repeat 25px center;
}

.innerProgrammeDetails-nextPrev .next {
  float: right;
  line-height: 72px;
  font-size: 16px;
  padding-right: 50px;
  background: url(./../images/next04.png) no-repeat 60px center;
}

.innerProgrammeDetails-nextPrev .back {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #A51C1C;
  width: 230px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 72px;
}

.innerProgrammeDetails-product-h3 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.innerProgrammeDetails-product div {
  overflow: hidden;
  padding: 2px 0 7px 0;
  margin-top: 30px;
}

.innerProgrammeDetails-product div dl {
  float: left;
  width: 436px;
  height: 285px;
  box-shadow: 1px 2px 5px 1px #dedede;
  margin: 0 40px 0 2px;
  transition: all 0.5s;
}

.innerProgrammeDetails-product div dl:last-child {
  margin-right: 0px;
}

.innerProgrammeDetails-product div dl dt {
  height: 140px;
  text-align: center;
  line-height: 140px;
  font-size: 0;
  margin-top: 20px;
}

.innerProgrammeDetails-product div dl dt img {
  max-height: 100%;
}

.innerProgrammeDetails-product div dl dd {
  text-align: center;
}

.innerProgrammeDetails-product div dl dd h3 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

.innerProgrammeDetails-product div dl dd p {
  font-size: 16px;
  margin-top: 10px;
}

.innerProgrammeDetails-product-a {
  display: block;
  width: 150px;
  height: 40px;
  background: #A51C1C;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  margin: 30px auto;
  text-transform: uppercase;
}

.innerProgrammeDetails-product div dl:hover {
  box-shadow: 1px 2px 5px 1px #ffcdcd;
}

.innerNews {
  width: 1400px;
  margin: 80px auto;
  overflow: hidden;
}

.innerNews dl {
  float: left;
  width: 430px;
  height: 525px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #dedede;
  position: relative;
  top: 0;
  margin: 20px 45px 20px 5px;
  transition: all 0.5s;
}

.innerNews dl:nth-child(3n) {
  margin-right: 5px;
}

.innerNews dl dt {
  height: 280px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 280px;
  font-size: 0;
}

.innerNews dl dt img {
  max-width: 100%;
}

.innerNews dl dt span {
  position: absolute;
  left: 0;
  top: 38px;
  width: 96px;
  height: 30px;
  background: #3a3a3a;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 0.5s;
}

.innerNews dl dd {
  padding: 0 30px;
}

.innerNews dl dd div {
  overflow: hidden;
  margin-top: 20px;
}

.innerNews dl dd div span {
  float: left;
  font-size: 14px;
  font-family: pf;
  text-align: center;
}

.innerNews dl dd div span b {
  font-size: 36px;
  font-weight: normal;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #A51C1C;
}

.innerNews dl dd div h3 {
  float: right;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  width: 280px;
  position: relative;
  transition: all 0.5s;
}

.innerNews dl dd div h3:before {
  position: absolute;
  left: -17px;
  top: 5px;
  width: 1px;
  height: 53px;
  content: "";
  background: #e5e5e5;
}

.innerNews dl dd p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin: 10px 0 25px;
}

.innerNews dl dd em {
  width: 96px;
  height: 32px;
  background: #A51C1C;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  display: block;
  text-align: center;
}

.innerNews dl:hover dt span {
  background: #A51C1C;
}

.innerNews dl:hover dd div h3 {
  color: #A51C1C;
}

.innerNews dl:hover {
  box-shadow: 0 0 5px 1px #ffc7c7;
  top: -10px;
}

.innerAbout {
  margin: 80px auto;
}

.innerAbout-logo {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.innerAbout-logo img {
  margin-right: 70px;
}

.innerAbout-logo:before {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 64px;
  height: 12px;
  content: "";
  background: #A51C1C;
}

.innerAbout-img {
  text-align: right;
  width: 1400px;
  margin: 20px auto;
}

.innerAbout-img img {
  max-width: 100%;
}

.innerAbout-content {
  font-size: 16px;
  line-height: 30px;
  width: 1400px;
  margin: 0px auto;
}

.innerAbout-slogan {
  overflow: hidden;
  margin: 50px auto;
  width: 1400px;
}

.innerAbout-slogan dl {
  float: left;
  width: 25%;
}

.innerAbout-slogan dl dt {
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 0;
}

.innerAbout-slogan dl dt img {
  max-width: 100%;
  max-height: 100%;
}

.innerAbout-slogan dl dd {
  text-align: center;
}

.innerAbout-slogan dl dd h3 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

.innerAbout-slogan dl dd p {
  font-size: 16px;
  text-align: left;
  color: #999;
  line-height: 30px;
  margin: 10px 30px;
}

.innerAbout-slogan dl dd p span {
  position: relative;
}

.innerAbout-slogan dl dd p span::before {
  position: absolute;
  left: -13px;
  top: 9px;
  width: 7px;
  height: 7px;
  content: "";
  background: #999;
  border-radius: 50%;
}

.innerAbout-advantage {
  background: #f5f5f5;
  padding: 50px 0;
}

.innerAbout-advantage-title {
  text-align: center;
  overflow: hidden;
}

.innerAbout-advantage-title h3 {
  font-size: 30px;
  color: #333;
  margin: 10px 0;
}

.innerAbout-advantage-title p {
  font-size: 16px;
}

.innerAbout-advantage-list {
  width: 1437px;
  margin: 50px auto;
  overflow: hidden;
}

.innerAbout-advantage-list dl {
  float: left;
  width: 443px;
  height: 500px;
  margin: 0 18px 35px;
  position: relative;
  overflow: hidden;
}

.innerAbout-advantage-list dl dt {
  position: relative;
}

.innerAbout-advantage-list dl dt img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -222px;
}

.innerAbout-advantage-list dl dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  transition: all 0.5s;
}

.innerAbout-advantage-list dl dd div {
  width: 90px;
  height: 90px;
  margin: 50px auto 10px;
  text-align: center;
  line-height: 90px;
  font-size: 0;
}

.innerAbout-advantage-list dl dd div img {
  max-width: 100%;
  max-height: 100%;
}

.innerAbout-advantage-list dl dd h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.innerAbout-advantage-list dl dd p {
  font-size: 16px;
  color: #fff;
  margin: 0 50px;
  height: 160px;
  overflow-y: auto;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.5s;
}

.innerAbout-advantage-list dl:hover dd {
  top: 0px;
}

.innerAbout-advantage-list dl:hover dd p {
  opacity: 1;
}

.innerAbout-development {
  min-height: 685px;
  background: url(./../images/development-bg.png) no-repeat center;
  background-size: auto 100%;
}

.innerAbout-development-title {
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.innerAbout-development-title h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 80px;
}

.innerAbout-development-title p {
  font-size: 16px;
  color: #fff;
  opacity: 0.75;
  margin: 20px 0 70px;
}

.innerAbout-development-list {
  position: relative;
}

.innerAbout-development-list:before {
  position: absolute;
  left: 0;
  top: 55px;
  width: calc((100% - 1600px)/2);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: '';
}

.innerAbout-development-list:after {
  position: absolute;
  right: 0;
  top: 55px;
  width: calc((100% - 1600px)/2);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: '';
}

.innerAbout-development-list .swiper-container {
  width: 1600px;
  margin: 0 auto;
}

.innerAbout-development-list .swiper-slide-h3 {
  font-size: 20px;
  color: #FFFFFF;
  width: 70%;
  margin: 0 auto;
}

.innerAbout-development-list .swiper-slide-p {
  height: 1px;
  margin: 25px 0;
  position: relative;
}

.innerAbout-development-list .swiper-slide-p::before {
  position: absolute;
  left: 15%;
  top: -11px;
  width: 23px;
  height: 23px;
  z-index: 9;
  background: transparent url("dotted.png") no-repeat center;
  content: "";
}

.innerAbout-development-list .swiper-slide-p::after {
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}

.innerAbout-development-list .swiper-slide-h4 {
  font-size: 20px;
  color: #FFFFFF;
  width: 70%;
  margin: 0 auto 10px;
}

.innerAbout-development-list .swiper-slide-div {
  color: #fff !important;
  width: 70%;
  margin: 0 auto;
}

.innerAbout-development-list .swiper-slide-div div {
  color: #fff !important;
  opacity: 0.8;
  overflow: hidden;
  font-size: 16px;
}

.innerAbout-development-list .swiper-slide-div div span {
  float: left;
  width: 25%;
}

.innerAbout-development-list .swiper-slide-div div p {
  float: right;
  width: 75%;
}

.innerAbout-development-list .swiper-button-next {
  right: 0px;
  width: 53px;
  height: 53px;
  background: #fff url(next04.png) no-repeat center !important;
  border-radius: 50%;
  top: 50px;
}

.innerAbout-development-list .swiper-button-prev {
  left: 0px;
  width: 53px;
  height: 53px;
  background: #fff url(prev04.png) no-repeat center !important;
  border-radius: 50%;
  top: 50px;
}

.innerAbout-development-list .swiper-button-next:hover {
  background: #a51c30 url(next06.png) no-repeat center !important;
}

.innerAbout-development-list .swiper-button-prev:hover {
  background: #a51c30 url(prev06.png) no-repeat center !important;
}

.innerAbout-data {
  overflow: hidden;
  margin: 50px auto;
  width: 1400px;
}

.innerAbout-data dl {
  float: left;
  width: 33.333%;
  text-align: center;
  font-size: 0;
  padding: 30px 0;
}

.innerAbout-data dl dt {
  display: inline-block;
  vertical-align: middle;
}

.innerAbout-data dl dd {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 230px;
  text-align: left;
  padding-left: 20px;
  border-left: 1px solid #dedede;
}

.innerAbout-data dl dd h3 {
  font-size: 60px;
  color: #A51C1C;
  line-height: 70px;
}

.innerAbout-data dl dd p {
  font-size: 18px;
}

.innerAbout-history {
  height: 556px;
  background: url(./../images/history-bg.png) no-repeat center;
  margin: 0 50px;
  overflow: hidden;
  position: relative;
}

.innerAbout-history .tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  color: #fff;
  opacity: 0.75;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.innerAbout-history .swiper-button-next {
  background: url(./../images/next05.png) no-repeat center;
  right: 0;
  top: 37%;
}

.innerAbout-history .swiper-button-prev {
  background: url(./../images/prev05.png) no-repeat center;
  left: 0;
  top: 37%;
}

.swiper-slide-title {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  font-family: pf;
  text-align: center;
  margin-top: 100px;
  position: relative;
}

.swiper-slide-title span {
  font-family: pf;
}

.swiper-slide-title:before {
  position: absolute;
  left: 0;
  width: 25%;
  top: 40px;
  height: 1px;
  content: "";
  border-bottom: 1px dashed #dedede;
  opacity: 0.25;
}

.swiper-slide-title:after {
  position: absolute;
  right: 0;
  width: 25%;
  top: 40px;
  height: 1px;
  content: "";
  border-bottom: 1px dashed #dedede;
  opacity: 0.25;
}

.swiper-slide-content {
  color: #fff;
  padding: 0 50px;
}

.innerAbout-history .swiper-slide .swiper-slide-title span {
  opacity: 1;
}

.innerAbout-history .swiper-slide .swiper-slide-content {
  opacity: 1;
  font-size: 15px;
}



.innerAbout-honor {
  background: none;
}

.innerAbout-honor .swiper-slide-content {
  height: 300px;
  width: 200px;
  text-align: center;
  line-height: 300px;
  font-size: 0 !important;
  margin: 50px auto 0;
  opacity: 1 !important;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #dedede;
}

.innerAbout-honor .swiper-slide-content img {
  max-width: 100%;
  max-height: 100%;
}

.innerAbout-honor .swiper-slide-title {
  font-size: 30px;
  margin-top: 30px;
}

.innerAbout-honor .swiper-slide-title::before {
  width: 20%;
  top: 20px;
}

.innerAbout-honor .swiper-slide-title::after {
  width: 20%;
  top: 20px;
}

.innerAbout-honor .swiper-slide-title span {
  display: block;
  width: 300px;
  margin: 0 auto;
  font-size: 22px;
  color: #333;
}

.innerAbout-honor .tip {
  color: #848484;
}

.wap-innerAbout-honor {
  background: none !important;
}

.wap-innerAbout-honor .swiper-slide-content {
  margin: 0.3rem 0.25rem;
  text-align: center;
  border: 1px solid #dedede;
  padding: 0.25rem !important;
}

.wap-innerAbout-honor .swiper-slide-content img {
  max-width: 100%;
  max-height: 100%;
}

.wap-innerAbout-honor .swiper-slide-title span {
  font-size: 0.36rem;
  margin: 0 0.25rem;
  color: #333;
  display: block;
  width: auto;
  margin: 0 0.25rem;
}




.tbPage {
  width: 100%;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin: 35px 0;
  font-size: 0;
  text-align: center;
}


.tbPage .tbPage-curr .tbPage-em {
  background: #A51C1C;
}

.tbPage a,
.tbPage span {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 15px;
  border: 1px solid #e2e2e2;
  text-decoration: none;
}

span.tbPage-curr {
  font-style: normal;
  background: #A51C1C;
  color: #fff;
}


.tbPage a:hover {
  color: #A51C1C;
}

.minNav-btn {
  display: none;
}

.register-title {
  height: 100px;
  background: #ebebeb;
}

.register-title div {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.register-title div .logo {
  float: left;
  line-height: 100px;
  height: 100px;
}

.register-title div .logo img {
  max-height: 100%;
}

.register-title div .back {
  float: right;
  font-size: 16px;
  color: #333333;
  margin-top: 35px;
}

.register-title div .back:hover {
  color: #A51C1C;
  text-decoration: underline;
}

.register-form {
  width: 660px;
  margin: 0 auto;
}

.register-form h3 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  margin-top: 30px;
  position: relative;
  z-index: 99;
}

.register-form h3:before {
  position: absolute;
  right: 240px;
  bottom: 7px;
  content: "";
  width: 60px;
  height: 8px;
  background: #A51C1C;
  z-index: -1;
}

.register-form p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.register-form p a {
  font-size: 16px;
  color: #A51C1C;
}

.register-form p a:hover {
  text-decoration: underline;
}

.register-form div {
  height: 66px;
  background: #eeeeee;
  border-radius: 10px;
  margin-bottom: 15px;
}

.register-form div span {
  float: left;
  font-size: 16px;
  line-height: 66px;
  margin-left: 40px;
  position: relative;
  width: 64px;
}

.register-form div span::before {
  position: absolute;
  left: -15px;
  top: 4px;
  content: "*";
  color: #ff0000;
}

.register-form div span::after {
  position: absolute;
  right: -50px;
  top: 18px;
  height: 30px;
  width: 1px;
  background: #c3c3c3;
  content: "";
}

.register-form div input {
  float: right;
  height: 66px;
  border: none;
  background: none;
  width: 490px;
  font-size: 16px;
}

.register-form div.verification {
  width: 510px;
  position: relative;
}

.register-form div.verification input {
  width: 340px;
}

.register-form div.verification img {
  position: absolute;
  right: -150px;
  top: 7px;
}

.register-form .layui-btn {
  width: 330px;
  height: 60px;
  margin: 30px auto 0;
  display: block;
  border: none;
  background: #9b1e23;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  float: initial;
}


.login-form {
  width: 1440px;
  margin: 0 auto;
}

.login-form dl {
  margin-top: 100px;
}

.login-form dl dt {
  float: left;
  width: 640px;
  text-align: center;
}

.login-form dl dt img {
  max-width: 90%;
}

.login-form dl dt p {
  font-size: 14px;
  margin-top: 20px;
}

.login-form dl dd {
  float: right;
  width: 800px;
}

.login-form dl dd h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  position: relative;
  z-index: 99;
  width: 660px;
  margin: 0 auto 40px;
}

.login-form dl dd h3:before {
  position: absolute;
  left: 120px;
  bottom: 7px;
  content: "";
  width: 60px;
  height: 8px;
  background: #A51C1C;
  z-index: -1;
}

.login-form dl dd div {
  width: 660px;
  margin: 0 auto;
  height: 66px;
  background: #eeeeee;
  border-radius: 10px;
  margin-bottom: 15px;
}

.login-form dl dd div span {
  float: left;
  width: 100px;
  text-align: center;
  line-height: 66px;
}

.login-form dl dd div input {
  float: right;
  width: 560px;
  border: none;
  background: none;
  font-size: 15px;
  height: 66px;
}

.login-form dl dd div.VerificationCode {
  position: relative;
  z-index: 1;
  background: none;
}

.login-form dl dd div.VerificationCode::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 485px;
  background: #eee;
  border-radius: 10px;
  z-index: -1;
  content: "";
  height: 66px;
}

.login-form dl dd div.VerificationCode input {
  width: 380px;
  float: left;
}

.login-form dl dd div.VerificationCode img.validateCode {
  float: right;
  margin-top: 7px;
}

.login-form dl dd div.loginBtn {
  background: none;
  height: auto;
}

.login-form dl dd div.loginBtn .layui-btn {
  height: 60px;
  width: 330px;
  background: #9b1e23;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  display: block;
  margin: 60px auto 0;
  cursor: pointer;
  float: initial;
}

.login-form dl dd div.loginBtn p {
  text-align: center;
  margin-top: 25px;
}

.login-form dl dd div.loginBtn p a {
  font-size: 16px;
  margin: 0 10px;
  position: relative;
}

.login-form dl dd div.loginBtn p a:before {
  position: absolute;
  top: 4px;
  left: -12px;
  width: 1px;
  height: 15px;
  content: "";
  background: #d0d0d0;
}

.login-form dl dd div.loginBtn p a:first-child:before {
  display: none;
}

.login-form dl dd div.layui-form {
  width: auto;
  background: none;
}

.home-solution2 {
  background: url(./../images/home-solution2-bg.jpg) no-repeat center;
  background-size: cover;
}

.home-solution2-left {
  float: left;
}

.home-solution2-right {
  float: right;
}

.home-solution2 .home-solution2-list {
  width: 50%;
  position: relative;
  height: 100%;
}

.home-solution2 .home-solution2-list dl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 116px;
  margin: auto;
  width: 425px;
  height: 312px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.home-solution2 .home-solution2-list dl dt {
  height: 60px;
  font-size: 0;
  margin-top: 50px;
}

.home-solution2 .home-solution2-list dl dt img {
  max-height: 100%;
}

.home-solution2 .home-solution2-list dl dd h3 {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 5px;
  margin: 15px;
}

.home-solution2 .home-solution2-list dl dd span {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 40px;
  background: #a51c1c;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
}

.innerSmartParking-title {
  text-align: center;
  padding: 70px 0 55px;
}

.innerSmartParking-title h3 {
  font-size: 36px;
  color: #333;
}

.innerSmartParking-title p {
  font-size: 20px;
  color: #666;
  margin: 5px 0 0 0;
  display: none;
}

.innerSmartParking-data {
  /* height: 86px; */
  position: relative;
  background: #f2f2f2;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 5px;
}

.innerSmartParking-data div {
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0px;
  height: 172px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  width: 1400px;
  margin: 0 auto;
}

.innerSmartParking-data div dl {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  height: 100%;
}

.innerSmartParking-data div dl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 55px;
  content: "";
  background: #eaeaea;
  margin: auto;
}

.innerSmartParking-data div dl:last-child:before {
  display: none;
}

.innerSmartParking-data div dl dt {
  font-size: 40px;
  font-weight: bold;
  color: #a51c30;
  margin-top: 35px;
}

.innerSmartParking-data div dl dd {
  font-size: 24px;
  color: #333;
}

.innerSmartParking-solution {
  background: #f2f2f2;
  overflow: hidden;
}

.innerSmartParking-solution-list {
  width: 1400px;
  margin: 80px auto;
  overflow: hidden;
}

.innerSmartParking-solution-list-left {
  float: left;
  width: 648px;
  position: relative;
}

.innerSmartParking-solution-list-left .swiperSolution-pagination {
  position: absolute;
  right: 12px;
  bottom: 17px !important;
  left: auto;
  z-index: 99;
  width: auto;
}

.innerSmartParking-solution-list-left span {
  float: left;
  width: 10px;
  height: 10px;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  margin: 0 6px;
}

.innerSmartParking-solution-list-left span.swiper-pagination-bullet-active {
  background: #a51c30;
}

.innerSmartParking-solution-list-left .bd dl {
  position: relative;
}

.innerSmartParking-solution-list-left .bd dl dt {
  height: 430px;
  line-height: 430px;
  font-size: 0;
  text-align: center;
  line-height: 430px;
}

.innerSmartParking-solution-list-left .bd dl dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.innerSmartParking-solution-list-left .bd dl dd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  padding: 0 25px;
}

.innerSmartParking-solution-list-right {
  float: right;
  width: 715px;
}

.innerSmartParking-solution-list-right b {
  font-size: 48px;
  text-transform: uppercase;
  color: #dcdcdc;
  font-family: syht;
  display: block;
  line-height: 54px;
}

.innerSmartParking-solution-list-right h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #000000;
  font-family: syht;
  display: block;
  font-weight: bold;
}

.innerSmartParking-solution-list-right span {
  display: block;
  width: 60px;
  height: 4px;
  background: #a51c30;
  margin: 15px 0;
}

.innerSmartParking-solution-list-right p {
  font-size: 18px;
  color: #222222;
  line-height: 36px;
  height: 216px;
  overflow: hidden;
}

.innerSmartParking-solution-list-right2 a {
  display: block;
  height: 42px;
  width: 144px;
  background: #a51c30;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  margin: 25px 0 0;
}
.innerSmartParking-solution-list-right a {
  color: #fff;
}
  .innerSmartParking-solution-list-right a:hover{
    color:#fff;
}

.innerSmartParking-product-list {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.innerSmartParking-product-list a.prev {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  text-align: center;
  line-height: 60px;
  font-size: 0;
  z-index: 9;
  border-radius: 60px;
  top: -80px;
}

.innerSmartParking-product-list a.next {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  text-align: center;
  line-height: 60px;
  font-size: 0;
  z-index: 9;
  border-radius: 60px;
  top: -80px;
}

.innerSmartParking-product-list .bd {
  margin: 0px 0px 80px 0;
  overflow: hidden;
}

.innerSmartParking-product-slide {
  width: 330px;
  float: left;
  /* padding: 0px 10px; */
}

.innerSmartParking-product-slide dl {
  background: #e8e8e8;
  position: relative;
  height: 420px;
  margin: 0px 10px;
}

.innerSmartParking-product-slide dt {
  height: 350px;
  line-height: 350px;
  font-size: 0;
  text-align: center;
}

.innerSmartParking-product-slide dt img {
  max-width: 80%;
  max-height: 80%;
}

.innerSmartParking-product-slide dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 350px;
  background: #a51c30;
  transition: all 0.5s;
  bottom: 0;
}

.innerSmartParking-product-slide dd h3 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  margin-top: 0px;
  transition: all 0.5s;
  padding: 0 25px;
  line-height: 70px;
}

.innerSmartParking-product-slide dd p {
  font-size: 18px;
  color: #fff;
  margin: 0 25px;
  text-align: center;
}

.innerSmartParking-product-slide:hover dd {
  top: 0;
  background: rgba(165, 28, 48, 0.85);
}

.innerSmartParking-product-slide:hover dd h3 {
  margin-top: 120px;
  padding: 17px 25px;
  line-height: 36px;
}

.innerSmartParking-scene {
  background: #f2f2f2;
  padding-bottom: 80px;
}

.innerSmartParking-scene-list {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.innerSmartParking-scene-list a.prev {
  position: absolute;
  left: 0;
  width: 42px;
  height: 80px;
  background: #f7f7f7;
  text-align: center;
  line-height: 80px;
  font-size: 0;
  z-index: 9;
  top: 240px;
  background: rgba(0, 0, 0, 0.5);
}

.innerSmartParking-scene-list a.next {
  position: absolute;
  left: 966px;
  width: 42px;
  height: 80px;
  background: #f7f7f7;
  text-align: center;
  line-height: 80px;
  font-size: 0;
  z-index: 9;
  top: 240px;
  background: rgba(0, 0, 0, 0.5);
}

.innerSmartParking-scene-list .hd {
  float: right;
  width: 370px;
  height: 550px;
  overflow: auto;
}

.innerSmartParking-scene-list .hd::-webkit-scrollbar {
  width: 3px;
}

.innerSmartParking-scene-list .hd::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
}

.innerSmartParking-scene-list .hd li {
  padding-left: 20px;
  position: relative;
}

.innerSmartParking-scene-list .hd li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #666;
  width: 3px;
  height: 3px;
  margin: auto;
}

.innerSmartParking-scene-list .hd li a {
  font-size: 22px;
  color: #333;
  display: block;
  line-height: 54px;
  height: 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
box-sizing: border-box;
}

.innerSmartParking-scene-list .hd li.on a {
  color: #a51c30;
}
.innerSmartParking-scene-list .hd li.on a span{
 border-bottom: 2px solid #a51c30;
padding:5px 0px;
}

.innerSmartParking-scene-list .bd {
  float: left;
  width: 1008px;
}

.innerSmartParking-scene-list-side {
  position: relative;
}

.innerSmartParking-scene-list-side dt {
  height: 560px;
  font-size: 0;
  text-align: center;
  line-height: 560px;
overflow: hidden;
}

.innerSmartParking-scene-list-side dt img {
  max-height: 100%;
    width: 100%;
    height: 100%;
object-fit: contain;
}

.innerSmartParking-scene-list-side dd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  padding: 0 25px;
}

.innerSmartParking-scene-list a.more {
  position: absolute;
  bottom: 15px;
  right: 220px;
  height: 42px;
  width: 144px;
  background: #a51c30;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  margin: 25px 0 0;
}

.innerSmartParking-ad {
  height: 237px;
  background: url(./../images/zhtc-img07.png) no-repeat center;
  text-align: center;
  overflow: hidden;
}

.innerSmartParking-ad h3 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin: 45px 0 10px 0;
}

.innerSmartParking-ad p {
  color: #fff;
  font-size: 26px;
  width: 1400px;
  margin: 0 auto;
}

.innerSmartParking-advantage-list {
  width: 1400px;
  margin: 0 auto 80px;
  overflow: hidden;
}

.innerSmartParking-advantage-list dl {
  float: left;
  width: 25%;
}

.innerSmartParking-advantage-list dl dt {
  width: 157px;
  height: 176px;
  text-align: center;
  background: url(./../images/zhtc-img08.png) no-repeat center;
  line-height: 176px;
  font-size: 0;
  margin: 0 auto;
}

.innerSmartParking-advantage-list dl dd {
  text-align: center;
}

.innerSmartParking-advantage-list dl dd p {
  font-size: 36px;
  color: #333;
  margin: 55px 0 30px;
}

.innerSmartParking-advantage-list dl dd h3 {
  font-size: 50px;
  color: #a51c30;
  font-family: arial;
}

.innerSmartParking-case {
  background: #f2f2f2;
  overflow: hidden;
}

.innerSmartParking-case-list {
  width: 1400px;
  margin: 0 auto 80px;
  position: relative;
}

.innerSmartParking-case-list a.prev {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  text-align: center;
  line-height: 60px;
  font-size: 0;
  z-index: 9;
  border-radius: 60px;
  top: -80px;
}

.innerSmartParking-case-list a.next {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  text-align: center;
  line-height: 60px;
  font-size: 0;
  z-index: 9;
  border-radius: 60px;
  top: -80px;
}

.innerSmartParking-case-list-side {
  float: left;
  width: 330px;
}

.innerSmartParking-case-list-side dl {
  margin: 0 10px;
}

.innerSmartParking-case-list-side dt {
  height: 235px;
  overflow: hidden;
  font-size: 0;
  line-height: 235px;
  text-align: center;
  position: relative;
}

.innerSmartParking-case-list-side dt img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.innerSmartParking-case-list-side dd {
  padding: 10px 28px 15px;
  border: 1px solid #dedede;
  border-top: none;
  background: #fff;
}

.innerSmartParking-case-list-side dd h3 {
  font-size: 20px;
  font-weight: normal;
  color: #a51c30;
}

.innerSmartParking-case-list-side dd p {
  font-size: 16px;
  margin-top: 10px;
}

/* 定制服务 */
.innerCustomized .innerSmartParking-solution-list-right h3 {
  margin: 5px 0;
}

.innerCustomized .innerSmartParking-solution-list-right span {
  margin: 15px 0;
}

.innerCustomized .innerSmartParking-solution-list-right p {
  height: auto;
  line-height: 35px;
}

.innerCustomized .innerSmartParking-solution-list-left span {
  background: rgba(255, 255, 255, 0.5);
}

.innerCustomized .innerSmartParking-solution-list-left span.on {
  background: rgba(255, 255, 255, 1);
}

.innerCustomized-range-list {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.innerCustomized-range-list .hd {
  float: left;
  width: 23.4%;
}

.innerCustomized-range-list .hd li {
  text-align: center;
  background: #f2f2f2;
  position: relative;
  font-size: 0;
  transition: all 0.35s;
}

.innerCustomized-range-list .hd li:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d5d5d5;
  content: "";
}

.innerCustomized-range-list .hd li:last-child:before {
  display: none;
}

.innerCustomized-range-list .hd li dl {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.innerCustomized-range-list .hd li dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  text-align: center;
  font-size: 0;
  margin-right: 35px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.innerCustomized-range-list .hd li dl dt img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s;
}

.innerCustomized-range-list .hd li.on {
  background: linear-gradient(to right, #ad293c, #df7484);
}

.innerCustomized-range-list .hd li.on dl dt img {
  top: -60px;
}

.innerCustomized-range-list .hd li.on dl dd {
  color: #fff;
}

.innerCustomized-range-list .hd li dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #333333;
  width: 100px;
  text-align: left;
}

.innerCustomized-range-list .bd {
  float: right;
  width: 76.6%;
}

.innerCustomized-range-list .bd ul li {
  height: 654px;
}

.innerCustomized-range-list .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.innerCustomized-advantage {
  background: #f2f2f2;
  margin-top: 70px;
}

.innerCustomized-advantage-list {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
}

.innerCustomized-advantage-list dl {
  float: left;
  position: relative;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 20px;
  overflow: hidden;
}

.innerCustomized-advantage-list dl:nth-child(3n) {
  margin-right: 0;
}

.innerCustomized-advantage-list dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerCustomized-advantage-list dl dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.innerCustomized-advantage-list dl dd h3 {
  font-size: 0;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin: 0 20px;
  transition: all 0.5s;
}

.innerCustomized-advantage-list dl dd h3 span {
  line-height: initial;
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}

.innerCustomized-advantage-list dl dd p {
  margin: 0 20%;
  color: #fff;
  font-size: 16px;
}

.innerCustomized-advantage-list dl:hover dd h3 {
  line-height: 80px !important;
  margin-top: 40px;
}

.innerCustomized-case {
  background: #fff;
}

.innerCustomized-case .innerSmartParking-case-list a.prev {
  top: -110px;
}

.innerCustomized-case .innerSmartParking-case-list a.next {
  top: -110px;
}

.innerCustomized-case .innerSmartParking-case-list dl dt {
  height: 380px;
  line-height: 380px;
}

.innerCustomized-case .innerSmartParking-case-list dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerCustomized-case .innerSmartParking-case-list dl dd {
  padding: 0 25px;
  line-height: 60px;
}

.innerCustomized-case .innerSmartParking-case-list dl dd h3 {
  color: #666;
  text-align: center;
}

.innerCustomized-process .innerSmartParking-advantage-list dl {
  width: auto;
}

.innerCustomized-process .innerSmartParking-advantage-list dl dt {
  color: #fff;
  float: left;
  font-size: 0;
}

.innerCustomized-process .innerSmartParking-advantage-list dl dt span {
  display: inline-block;
  font-size: 36px;
  line-height: initial;
  vertical-align: middle;
  max-width: 70%;
}

.innerCustomized-process .innerSmartParking-advantage-list dl dd {
  float: left;
  text-align: center;
  position: relative;
  line-height: 176px;
}

.home-custom dl {
  position: relative;
  margin: 0 auto;
}

.home-custom dl dt {
  font-size: 0;
}

.home-custom dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-custom dl dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  margin: auto;
  text-align: center;
  height: 130px;
}

.home-custom dl dd h3 {
  font-size: 50px;
}

.home-custom dl dd p {
  font-size: 24px;
  margin-top: 20px;
}




.header-nav-oneUl {}

.header-nav-oneUl li:nth-child(3) .header-nav-twoUl {}

.header-nav-twoUl li {
  position: relative;
}

.header-nav-threeUl {
  left: 100% !important;
  top: 0px !important;
}

.header-nav-threeUl li a {
  width: 180px !important;
  font-size: 14px !important;
}

.position-static {
  position: static !important;
}

.navProductBox {
  /* display: block !important; */
  border: 0px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  position: absolute;
  left: 0px;
}

.navProductBox:after {
  position: absolute;
  z-index: 0;
  background: #f4f4f4;
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.navProduct-one {
  /* flex: 0 0 500px; */
  flex-basis: auto;
}

.navProduct-three {
  /* flex: 1 1 0%; */
  flex-basis: auto;
}

.navProductBox>div {
  display: flex;
  max-width: 1800px;
  margin: 0 auto;
  min-height: 500px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.navProduct-one li {
  height: 50px;
  line-height: 50px;
}

.navProductBox li div {
  cursor: pointer;
}

/* .navProductBox li div:hover, */
.navProductBox li.active>div {
  background: #a51c30;
  color: #fff;
}

.navProduct-one {
  padding-right: 280px;
  display: flex;
}

.navProduct-one-ul {
  position: relative;
  background: #f4f4f4;
  width: 220px;
}

.navProduct-one-li {}

.navProduct-one-li>div {
  position: relative;
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 200%;
  background: #f4f4f4;
}

.navProduct-one-li>div p {
  padding: 0px 10px 0px 10px;
  float: right;
  width: 210px;
  box-sizing: border-box;
}

.navProduct-two-ul {
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  display: none;
  width: 280px;
  padding: 20px;
  box-sizing: border-box;
}

.navProductBox li.active .navProduct-two-ul {
  display: block;
}

.navProduct-two-li {
  height: 40px;
  line-height: 40px;
}

.navProduct-two-li>div {
  font-size: 16px;
  padding: 0px 10px 0px 20px;
  overflow: hidden;
}

.navProduct-two-li span {
  display: block;
  float: left;
}

.navProduct-two-li em {
  display: block;
  float: right;
  margin-top: 9px;
  margin-left: 8px;
  height: 22px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/hot-icon.png);
}

.navProduct-two-li.active em {
  background-image: url(../images/hot-icon-bai.png);
}

.navProduct-three {
  padding: 20px 10px 20px 20px;
  width: 100%;
}


.navProduct-three-ul {
  display: flex;
  flex-wrap: wrap;
}

.navProduct-three-li {
  float: left;
  padding: 0px 10px;
  margin-bottom: 10px;
  width: 25%;
  height: 255px;
  display: none;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .navProduct-three-li {
    width: 25%;
  }
}

@media (max-width: 1100px) {
  .navProduct-three-li {
    width: 33.33%;
  }
}

.navProduct-three-li div {
  width: 140px;
  height: 210px;
  margin: 0px auto;
  margin-bottom: 5px;
}

.navProduct-three-li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navProduct-three-li a {
  display: block;
  text-align: center;
}

.navProduct-three-li p {
  line-height: 20px;
  font-size: 14px;
}

.navProduct-three-li a:hover div {
  background: none;
}

.navProduct-three-li a:before {
  display: none;
}








@media screen and (max-width: 1920px) and (min-width: 1680px) {}


@media (max-width: 1680px) {
  .header {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }

  .innerAbout-honor .swiper-slide-content {
    padding: 0 35px;
  }

  .innerAbout-honor .swiper-slide-title span {
    width: 270px;
    font-size: 24px;
  }

  .innerBanner {
    height: 636px;
    overflow: hidden;
    position: relative;
  }

  .innerBanner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
  }


  .innerAbout-development-list .swiper-container {
    width: 100%;
  }

  .innerNav ul li {
    padding: 0 40px;
  }


}

@media (max-width: 1600px) {
  .header-top p {
    font-size: 14px;
  }
}

@media (max-width: 1500px) {

  .home-banner .swiper-button-next.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 42%;
  }

  .home-banner .swiper-button-prev.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 42%;
  }

  .register-title div {
    width: 90%;
  }

  .login-form {
    width: 90%;
  }

  .login-form dl dt {
    width: 44.444%;
  }

  .login-form dl dd {
    width: 55.556%;
  }

  .login-form dl dd h3 {
    width: 90%;
  }

  .login-form dl dd div {
    width: 90%;
  }

  .login-form dl dd div input {
    width: calc(100% - 100px);
  }

  .login-form dl dd div.VerificationCode::before {
    width: 73.5%;
  }

  .login-form dl dd div.VerificationCode input {
    width: calc(100% - 255px);
  }

  .innerAbout-development-list .swiper-container {
    padding-bottom: 100px;
  }

  .innerAbout-development-list .swiper-button-next {
    bottom: 20px;
    top: initial;
  }

  .innerAbout-development-list .swiper-button-prev {
    bottom: 20px;
    top: initial;
  }


  .innerSmartParking-data div {
    width: 90%;
  }

  .innerSmartParking-solution-list {
    width: 90%;
  }

  .innerSmartParking-solution-list-right {
    width: calc(100% - 680px);
  }

  .innerSmartParking-solution-list-right b {
    font-size: 40px;
  }

  .innerSmartParking-solution-list-right h3 {
    font-size: 32px;
  }

  .innerSmartParking-product-list {
    width: 90%;
  }

  .innerSmartParking-product-slide {
    width: 25%;
    margin: 0;
  }

  .innerSmartParking-product-slide dl {
    margin: 0 10px;
    position: relative;
  }

  .innerSmartParking-scene-list {
    width: 90%;
  }

  .innerSmartParking-scene-list .bd {
    width: 70%;
  }

  .innerSmartParking-scene-list .hd {
    width: 27%;
  }

  .innerSmartParking-scene-list a.next {
    left: calc(70% - 42px);
  }

  .innerSmartParking-scene-list a.more {
    right: calc(27% - 144px);
  }

  .innerSmartParking-ad p {
    font-size: 26px;
    width: 90%;
  }

  .innerSmartParking-advantage-list {
    width: 90%;
  }

  .innerSmartParking-case-list {
    width: 90%;
  }

  .innerSmartParking-case-list-side {
    width: 25%;
    margin: 0;
  }

  .innerSmartParking-case-list-side dl {
    margin: 0 10px;
  }

  .innerCustomized-range-list {
    width: 90%;
  }

  .innerCustomized-advantage-list {
    width: 90%;
  }
}

@media (max-width: 1440px) {
  .home-ecology-map-box {
    width: 90%;
  }

  .map02 {
    width: 100%;
  }

  .header-nav-oneUl-li {
    padding-left: 40px;
    padding-right: 5px;
  }

  .header-nav-twoUl {
    left: 20px;
  }

  .innerPosition {
    width: 90%;
  }

  .innerAbout-logo {
    width: 90%;
  }

  .innerAbout-img {
    width: 90%;
  }

  .innerAbout-content {
    width: 90%;
  }

  .innerAbout-slogan {
    width: 90%;
  }

  .innerAbout-data {
    width: 90%;
  }

  .innerAbout-advantage-list {
    width: 90%;
  }

  .innerAbout-advantage-list dl {
    width: 31.3333%;
    margin: 0 1% 30px;
  }

  .innerAbout-development-list .swiper-container {
    width: 100%;
  }

  .footer-nav {
    width: 90%;
  }

  .footer-nav-list {
    margin-right: 40px;
    padding-right: 40px;
  }

  .footer-link {
    width: 90%;
  }

  .footer-copyright {
    width: 90%;
  }

  .innerNews {
    width: 90%;
  }

  .innerNews dl {
    width: 31%;
    margin: 20px 3% 20px 0.25%;
    height: 480px;
  }

  .innerNews dl:nth-child(3n) {
    margin-right: 0.25%;
  }

  .innerNews dl dt {
    height: 250px;
    line-height: 250px;
  }

  .innerNews dl dd {
    padding: 0 20px;
  }

  .innerNews dl dd div h3 {
    height: 60px;
    overflow: hidden;
    width: 78%;
  }

  .innerNews dl dd div h3:before {
    display: none;
  }

  .innerNews dl dd p {
    height: 48px;
    overflow: hidden;
  }

  .innerProgrammeDetails {
    width: 90%;
  }

  .innerProgrammeDetails-product div dl {
    width: 31%;
    margin: 20px 3% 20px 0.25%;
  }

  .innerProductDetails-case {
    width: 90%;
  }

  .innerProductDetails-data {
    width: 90%;
  }

  .innerProductDetails-data-list div h3 {
    width: 25%;
  }

  .innerProductDetails-data-list div ul {
    width: 74%;
  }

  .innerProductDetails-data-list div ul li a {
    display: inline;
  }

  .case-list-right {
    width: 69.5%;
    margin-right: 50px;
  }

  .case-list-right .bd li {
    width: 33.3333%;
    margin: 0;
  }

  .case-list-right .bd li div {
    max-width: 94%;
    margin: 0 auto;
  }

  .case-list-right .bd li div img {
    max-width: 94%;
  }

  .case-list-right .bd li p {
    right: 3%;
    left: 3%;
  }

  .case-list-right .prev {
    left: 0px;
  }

  .case-list-right .next {
    right: 0;
  }

  .case-list-left {
    margin-left: 50px;
    width: 150px;
  }

  .innerProgramme {
    width: 90%;
  }

  .innerProgramme dl {
    width: 31%;
    margin: 20px 1%;
  }

  .innerProductDetails-brief {
    width: 90%;
  }

  .innerProductDetails-brief-text {
    width: calc(100% - 480px);
  }

  .innerProductDetails-advantage-div {
    width: 90%;
    margin: 20px auto 0;
  }

  .innerProductDetails-programme {
    width: 90%;
  }

  .innerProductDetails-programme-list dl {
    float: initial !important;
    margin: 30px auto !important;
  }

  .innerProduct .innerProduct-navSearch {
    width: 90%;
  }

  .innerProduct-list {
    width: 90%;
  }

  .innerProduct-list dl {
    width: 24%;
    margin: 0 0.5% 50px;
  }

  .innerPage {
    width: 90%;
  }

  .innerTechnology {
    width: 90%;
  }

  .innerTechnology {
    width: 90%;
  }

  .innerTechnology dl {
    height: auto !important;
  }

  .innerTechnology .dl01 {
    width: 49.07%;
  }

  .innerTechnology .dl02 {
    width: 49.2%;
  }

  .innerTechnology .dl03 {
    width: 49.2%;
    margin-top: 25px;
  }

  .innerTechnology .dl04 {
    width: 100%;
  }

  .innerTechnology .dl05 {
    width: 100%;
  }

  .home-ecology-list {
    width: 90%;
    font-size: 0;
    text-align: center;
  }

  .home-ecology-list dl {
    float: initial;
    display: inline-block;
    margin-right: 40px;
  }

  .pc-slide {
    width: 90%;
  }

  .view .swiper-slide dl {
    width: 82%;
  }

  .view .swiper-slide dl dt {
    width: 44.5%;
    height: auto;
    line-height: initial;
  }

  .view .swiper-slide dl dd {
    width: 40%;
  }

  .section05-list {
    width: 90%;
  }

  .section05-list .section05-list-hot {
    width: 49%;
  }

  .section05-list .section05-list-recommend {
    width: 49%;
  }

  .section05-list .section05-list-recommend dl {
    width: 49%;
  }

  .section05-list .section05-list-recommend dl dt {
    width: 100%;
  }

  .section05-list .section05-list-hot dt {
    height: auto;
    line-height: initial;
  }

  .section05-list .section05-list-hot dd {
    padding: 15px;
  }

  .section05-list .section05-list-hot dd .hot-top .hot-top-title {
    width: calc(100% - 100px);
  }

  .section05-list .section05-list-hot dd .hot-top .hot-top-title h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 180px;
    line-height: 180px;
  }

  .home-partner-partner-list {
    width: 90%;
  }

  .innerProgramme dl {
    height: 285px;
  }

  .innerProgramme dl dt {
    height: 285px;
    line-height: 285px;
  }

  .innerProgramme dl dd h3 {
    display: none;
  }

  .innerAbout-honor .swiper-slide-content {
    padding: 0 20px;
  }

  .innerAbout-honor .swiper-slide-title span {
    width: 240px;
    font-size: 20px;
  }

  .innerNav ul li {
    padding: 0 25px;
  }

  .innerSmartParking-solution-list-right b {
    font-size: 32px;
  }

  .innerSmartParking-case-list-side dt {
    height: 215px;
    line-height: 215px;
  }

  .header-top p {
    font-size: 13px;
  }

  .header-top ul li a {
    font-size: 13px;
  }
}

@media (max-width: 1360px) {

  .header-nav-oneUl-li {
    padding-left: 25px;
    padding-right: 5px;
  }

  .header-nav-twoUl {
    left: 5px;
  }

  .footer-nav-list {
    margin-right: 30px;
    padding-right: 30px;
  }

  .innerNews dl {
    height: 450px;
  }

  .innerNews dl dt {
    height: 230px;
    line-height: 230px;
  }

  .innerTechnology .dl03 {
    margin-top: 23px;
  }

  .innerTechnology dl dd {
    bottom: 80px;
    right: 65px;
  }

  .home-ecology-list dl {
    float: initial;
    display: inline-block;
    margin-right: 35px;
  }

  .innerProgramme dl {
    height: 270px;
  }

  .innerProgramme dl dt {
    height: 270px;
    line-height: 270px;
  }


  .header-top p {
    font-size: 15px;
  }

  .header-top ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .innerBanner img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -850px;
  }
}

@media (max-width: 1300px) {
  .home-ecology-list dl {
    float: initial;
    display: inline-block;
    margin-right: 20px;
  }

  .view .swiper-slide dl dd p {
    height: 150px;
    overflow: hidden;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 165px;
    line-height: 165px;
  }

  .innerProgramme dl {
    height: 255px;
  }

  .innerProgramme dl dt {
    height: 255px;
    line-height: 255px;
  }

  .home-banner .swiper-button-next.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 41%;
  }

  .home-banner .swiper-button-prev.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 41%;
  }

  .innerSmartParking-solution-list-left {
    width: 500px;
  }

  .innerSmartParking-solution-list-right {
    width: calc(100% - 540px);
  }

  .innerSmartParking-ad p {
    font-size: 24px;
  }

  .innerSmartParking-case-list-side dt {
    height: 200px;
    line-height: 200px;
  }

}

@media (max-width: 1200px) {

  .header-nav-oneUl-li {
    padding-left: 15px;
    padding-right: 5px;
  }

  .header-nav-twoUl {
    left: -5px;
  }


  .innerAbout-history .swiper-slide .swiper-slide-content {
    padding: 0 20px;
  }

  .footer-nav-list {
    margin-right: 22px;
    padding-right: 22px;
  }

  .footer-copyright a.copyright-a {
    display: none;
  }

  .footer-copyright dl {
    display: none;
  }

  .footer-copyright div {
    float: initial;
    line-height: 24px;
  }

  .innerNews dl dd div h3 {
    height: 60px;
    overflow: hidden;
    width: 74%;
  }

  .innerNews dl {
    height: 420px;
  }

  .innerNews dl dt {
    height: 210px;
    line-height: 210px;
  }

  .innerProduct .innerProduct-navList ul li {
    padding: 0 20px;
  }

  .innerTechnology .dl03 {
    margin-top: 21px;
  }

  .home-banner-data li {
    margin: 0 20px;
  }

  .home-ecology-list dl {
    float: initial;
    display: inline-block;
    margin-right: 8px;
  }

  .home-ecology-list dl dd p span {
    font-size: 26px;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 155px;
    line-height: 155px;
  }

  .innerProgramme dl {
    height: 233px;
  }

  .innerProgramme dl dt {
    height: 233px;
    line-height: 233px;
  }

  .innerAbout-data dl dd {
    width: 190px;
    margin-left: 10px;
    padding-left: 10px;
  }

  .innerAbout-data dl dd h3 {
    font-size: 50px;
  }
}

@media (max-width: 1100px) {
  .logo {
    width: 30%;
  }

  .logo img {
    max-width: 100%;
  }

  .header-nav-oneUl-li {
    padding-left: 10px;
    padding-right: 5px;
  }

  .header-nav-twoUl {
    left: -10px;
  }

  .footer-nav-list {
    margin-right: 15px;
    padding-right: 15px;
  }

  .innerNav ul li {
    padding: 0 20px;
  }

  .innerNews dl {
    height: 400px;
  }

  .innerNews dl dt {
    height: 190px;
    line-height: 190px;
  }

  .innerProduct .innerProduct-navList ul li {
    padding: 0 15px;
  }

  .innerProduct-list dl {
    width: 32%;
    margin: 0 0.6666% 50px 0.6666%;
  }

  .innerTechnology .dl03 {
    margin-top: 19px;
  }

  .innerTechnology dl dd {
    bottom: 50px;
    left: 30px;
    right: 30px;
  }

  .home-banner-data li {
    margin: 0 15px;
  }

  .home-ecology-list dl {
    float: initial;
    display: inline-block;
    margin-bottom: 20px;
    width: 25%;
    margin: 0 0 20px 0;
  }

  .home-ecology-list dl:nth-child(4n) {
    margin-right: 0px;
  }

  .home-ecology-list dl dd p {
    margin-top: 8px;
  }

  .home-ecology-list dl dd p span {
    line-height: 30px;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 145px;
    line-height: 145px;
  }

  .innerProgramme dl {
    height: 210px;
  }

  .innerProgramme dl dt {
    height: 210px;
    line-height: 210px;
  }

  .innerProgramme dl dd a {
    display: none;
  }

  .home-banner .swiper-button-next.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 40%;
  }

  .home-banner .swiper-button-prev.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 40%;
  }

  .innerAbout-honor .swiper-slide-title span {
    margin: 0 20px;
    width: auto;
    font-size: 22px;
  }
}

@media (max-width: 1000px) {
  .header-nav {
    display: none;
  }

  .minNav-btn {
    display: block;
  }

  .minNav ul li {
    margin: 0 25px;
  }

  .footer-nav-code {
    display: none;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav-list {
    margin-right: 25px;
    padding-right: 25px;
    float: initial;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  .innerNews dl {
    height: 380px;
  }

  .innerNews dl dd div h3 {
    height: 60px;
    overflow: hidden;
    width: 70%;
    font-size: 16px;
    line-height: 30px;
  }

  .innerNews dl dt {
    height: 170px;
    line-height: 170px;
  }

  .case-list-left {
    float: initial;
    margin-top: 0;
    width: auto;
  }

  .case-list-left a {
    position: absolute;
    right: 50px;
    top: 25px;
  }

  .case-list-left h3 {
    margin-bottom: 30px;
  }

  .case-list-right {
    float: initial;
    width: auto;
    margin: 0 50px;
  }

  .innerProductDetails-brief-img {
    width: 350px;
    height: 420px;
  }

  .innerProductDetails-brief-img .swiperProduct-slide {
    width: 350px;
    height: 420px;
    line-height: 420px;
  }

  .innerProductDetails-brief-text {
    width: calc(100% - 380px);
  }

  .innerProductDetails-programme-list dl {
    float: initial !important;
    margin: 30px auto !important;
  }

  .innerTechnology .dl03 {
    margin-top: 17px;
  }

  .home-banner-data li {
    margin: 0 15px;
  }

  .home-banner-data li p {
    font-size: 50px;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 135px;
    line-height: 135px;
  }

  .innerAbout-data dl {
    width: 50%;
  }

  .innerAbout-data dl dd {
    padding-left: 20px;
    margin-left: 20px;
  }

  .home-solution2 .home-solution2-list dl {
    width: 80%;
  }

}

@media (max-width: 960px) {
  .footer-nav {
    height: 230px;
  }

  .footer-nav-list {
    margin-right: 18px;
    padding-right: 18px;
    border: none;
  }

  .innerProduct .innerProduct-navList {
    width: calc(100% - 350px);
    margin-top: 0;
  }

  .innerTechnology dl dd {
    bottom: 30px;
  }

  .innerProgramme dl {
    height: 180px;
  }

  .innerProgramme dl dt {
    height: 180px;
    line-height: 180px;
  }
}

@media (max-width: 900px) {
  .header-top ul {
    margin: 0 15px;
  }

  .minNav ul li {
    margin: 0 15px;
  }

  .footer-nav-list {
    margin-right: 15px;
    padding-right: 15px;
  }

  .innerNav ul li {
    padding: 0 10px;
  }

  .innerNews dl {
    height: 360px;
  }

  .innerNews dl dd div h3 {
    height: 60px;
    overflow: hidden;
    width: 65%;
  }

  .innerNews dl dt {
    height: 150px;
    line-height: 150px;
  }

  .innerTechnology .dl03 {
    margin-top: 15px;
  }

  .home-banner .swiper-button-next.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 39%;
  }

  .home-banner .swiper-button-prev.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 39%;
  }

  .login-form {
    width: 90%;
  }

  .login-form dl dt {
    width: 44.444%;
    display: none;
  }

  .login-form dl dd {
    width: 100%;
  }

  .login-form dl dd h3 {
    width: 90%;
  }

  .login-form dl dd div {
    width: 90%;
  }

  .login-form dl dd div input {
    width: calc(100% - 100px);
  }

  .login-form dl dd div.VerificationCode::before {
    width: 73.5%;
  }

  .login-form dl dd div.VerificationCode input {
    width: calc(100% - 255px);
  }
}

@media (max-width: 820px) {
  .footer-nav-list {
    margin-right: 10px;
    padding-right: 10px;
  }

  .innerNews dl dd div h3 {
    height: 60px;
    overflow: hidden;
    width: 63%;
  }

  .innerNews dl dt {
    height: 130px;
    line-height: 130px;
  }

  .innerNews dl {
    height: 340px;
  }

  .innerProduct-list dl {}

  .innerProduct-list dl dd {
    bottom: 0;
    left: 0;
    right: 0;
    height: 102px;
  }

  .innerProduct-list dl dd h3 {
    margin: 5px;
  }

  .innerProduct-list dl:hover dd h3 {
    margin: 5px;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 130px;
    line-height: 130px;
  }

  .innerProgramme dl {
    height: 158px;
  }

  .innerProgramme dl dt {
    height: 158px;
    line-height: 158px;
  }

  .innerProgramme dl dd p {
    margin: 0;
    line-height: 32px;
  }
}

@media (max-width: 1366px) and (max-height: 800px) {
  .banner04-title img {
    width: 60%;
  }

  .banner02-data img {
    width: 60%;
  }
}

@media (max-height: 910px) {

  .home-ecology-map-box {
    margin: 50px auto 0;
  }

  .home-ecology-list {
    margin: 20px auto 0;
  }


  .section05-title p {
    margin-top: 0px;
  }

  .footer {
    height: 420px;
  }

  .home-partner {
    height: calc(100% - 420px);
  }

  .footer-nav {
    margin: 20px auto;
  }

  .footer-nav-code div {
    margin: 10px 0;
  }

  .banner04-title {
    top: 30%;
  }

  .banner04-data {
    bottom: 22%;
  }
}

@media (max-height: 860px) {
  .section05-list .section05-list-hot dt {
    height: 380px;
    line-height: 380px;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 180px;
    line-height: 180px;
  }

  .section05-title {
    margin-top: 100px;
  }

  .home-partner-title {
    margin-top: 150px;
  }

  .banner04-title {
    top: 27%;
  }

  .banner04-data {
    bottom: 16%;
  }
}

@media (max-height: 800px) {
  .home-ecology-title {
    margin-top: 80px;
  }

  .preview {
    opacity: 0;
  }

  .home-solution-title {
    margin-top: 70px;
  }

  .section05-list .section05-list-hot dt {
    height: 350px;
    line-height: 350px;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 160px;
    line-height: 160px;
  }

  .section05-list .section05-list-recommend dl dd {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .section05-title {
    margin-top: 100px;
  }

  .footer-link {
    display: none;
  }

  .footer {
    height: 380px;
  }

  .home-partner {
    height: calc(100% - 380px);
  }

  .footer-nav {
    height: 260px;
  }

  .home-partner-title {
    margin-top: 140px;
  }

  .home-partner-title p {
    margin-top: 0;
  }

}

@media (max-height: 720px) {
  .home-ecology-map-box {
    margin-top: 35px;
  }

  .home-ecology-title {
    margin-top: 100px;
  }

  .home-ecology-list {
    margin-top: 10px;
  }

  .section05-list .section05-list-hot {
    display: none;
  }

  .section05-list .section05-list-recommend {
    width: 100%;
  }

  .section05-list .section05-list-recommend dl {
    float: left !important;
    width: 25%;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 240px;
    line-height: 240px;
    width: 90%;
    margin: 0 auto;
  }

  .footer-nav-code {
    display: none;
  }

  .footer-nav {
    text-align: center;
    height: 220px;
  }

  .footer-nav-list {
    display: inline-block;
    float: initial;
    vertical-align: top;
    text-align: left;
  }

  .footer-nav-list:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }

  .footer {
    height: 330px;
  }

  .home-partner {
    height: calc(100% - 330px);
  }

  .banner04-title {
    top: 30%;
  }

  .banner04-data {
    bottom: 30%;
  }
}

@media (max-height: 690px) {
  .home-ecology-list dl dt {
    width: 48px;
    height: 48px;
    font-size: 0;
    line-height: 48px;
  }

  .home-ecology-list dl dt img {
    max-width: 50%;
    max-height: 50%;
  }

  .home-ecology-list dl dd p {
    margin-top: 8px;
  }

  .home-ecology-list dl dd p span {
    font-size: 20px;
  }

  .footer-copyright {
    display: none;
  }

  .footer {
    height: 250px;
  }

  .home-partner {
    height: calc(100% - 250px);
  }

  .banner04-title {
    top: 20%;
  }

  .banner04-data {
    bottom: 20%;
  }
}

@media (max-height: 650px) {
  .home-banner-title {
    top: 30%;
  }

  .home-banner-data {
    bottom: 30%;
  }

  .banner02-title {
    top: 40%;
  }

  .banner02-data {
    bottom: 43%;
  }

  .home-ecology-title {
    margin-top: 90px;
  }

  .home-preponderance .home-preponderance-list dl dt {
    margin-top: 220px;
  }

  .home-preponderance .home-preponderance-list dl dd p {
    margin-top: 40px;
  }

  .banner04-title {
    top: 30%;
  }

  .banner04-data {
    bottom: 23%;
  }
}

@media (max-height: 577px) {}


.wap-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  margin: auto;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px #525252;
  -webkit-box-shadow: 0px 1px 3px 0px #525252;
}

.wap-header .logo {
  height: 0.86rem;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0;
  float: left;
  margin-top: 0.07rem;
  margin-left: 0.24rem;
  font-size: 0;
}

.wap-header .logo a {
  display: block;
  font-size: 0;
  height: 0.86rem;
  line-height: 0.86rem;
}

.wap-header .logo img {
  max-height: 80%;
  max-width: 100%;
}

.wap-header .search_btn {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(./../images/search02.png) no-repeat center;
  position: absolute;
  right: 1rem;
  top: 0;
  text-align: center;
  line-height: 1rem;
  font-size: 0;
}

.wap-header .search02 {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0.8rem;
  border: 1px solid #A51C1C;
  background: #fff;
  display: none;
}

.wap-header .search02 input {
  width: 5.8rem;
  border: none;
  font-size: 0.3rem;
  line-height: 0.8rem;
  padding: 0 0.24rem;
  color: #333;
  background: #fff;
}

.wap-header .search02 a {
  float: right;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #fff;
  background: #A51C1C;
  width: 1rem;
  text-align: center;
}


.wap-header .icon {
  float: right;
  width: 0.88rem;
  height: 1rem;
  background: url(./../images/list02.png) no-repeat center;
  background-size: 45%;
}

.menu_list_bor {
  position: fixed;
  height: 100%;
  width: 100%;
  right: -100%;
  top: 0;
  z-index: 8888;
}

.colse_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.menu_right {
  width: 60%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
}

.menu_top {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #bbbbbb;
}

.wap-lang {
  border-bottom: 1px solid #e9e9e9;
  height: 0.8rem;
}

.wap-lang a {
  float: left;
  width: 50%;
  line-height: 0.8rem;
  font-size: 0.3rem;
  text-align: center;
}

.wap-lang li.on a {
  background: #A51C1C;
  color: #fff;
}

.menu_list_bor {
  position: fixed;
  height: 100%;
  width: 100%;
  right: -100%;
  top: 0;
  z-index: 8888;
}

.colse_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.menu_right {
  width: 60%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
}

.menu_top {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #bbbbbb;
}

.clo {
  line-height: 1rem;
  color: #333;
  font-size: 0.3rem;
  width: 1.8rem;
  margin-left: 0.3rem;
  height: 1rem;
  background-size: auto 0.25rem;
  padding-left: 0.35rem;
}

.menu_list {
  width: 100%;
}

.clo b {
  float: left;
  height: 100%;
  width: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  background: url(./../images/fl.png) no-repeat right center;
  background-size: 40%;
}

.clo span {
  display: inline-block;
  line-height: 0.8rem;
  margin-left: 0.1rem;
}

.menu_list>ul>li,
.menu_list>ul>li>ul>li {
  line-height: 0.8rem;
  *height: 0.8rem;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.menu_list>ul>li>ul {
  display: none;
}

.menu_list>ul>li>a,
.menu_list>ul>li>ul>li>a {
  line-height: 0.8rem;
  *height: 0.8rem;
  color: #333;
  font-size: 0.28rem;
  display: inline-block;
  padding-left: 0.65rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 0.6rem;
}

.menu_list>ul>li>ul>li {
  border: 0;
  border-top: 1px solid #e9e9e9;
  padding-left: 0.3rem;
}

.menu_list>ul>li>ul>li>a {
  color: #575757;
}

.menu_list>ul>li>b,
.menu_list>ul>li>ul>li b {
  position: absolute;
  display: block;
  width: 20%;
  height: 0.8rem;
  right: 0;
  top: 0;
  background: url(./../images/fl.png) no-repeat center;
  background-size: 18%;

}

.menu_list>ul>li>ul>li li {
  border-top: 1px solid #e9e9e9;
}

.menu_list>ul>li>ul>li li a {
  padding-left: 1rem;
  color: #333;
  font-size: 0.28rem;
  display: inline-block;
  line-height: 0.4rem;
  vertical-align: middle;
}

.menu_list>ul>li>b.nex,
.menu_list>ul>li>ul>li b.nex {
  background: url(./../images/nex.png) no-repeat center;
  background-size: 30%;
}

.menu_list>ul>li {
  line-height: 0.8rem;
}

.wap-innerAbout-history {
  display: none;
}

.wap-home-ecology-list {
  display: none;
}

.wap-home-preponderance-list {
  display: none;
}

@media (max-width: 750px) {
  .wap-header {
    display: block;
  }

  .header-box {
    display: none;
  }

  .innerBanner {
    margin-top: 1rem;
    height: auto;
  }

  .innerBanner img {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
  }

  .innerPosition {
    width: auto;
  }

  .innerPosition p {
    position: relative;
    top: 0;
    left: 0.25rem;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.8rem;
    width: 7rem;
  }

  .innerPosition p a {
    font-size: 0.28rem;
    color: #333;
  }

  .innerTechnology {
    padding: 0 0.25rem;
    width: auto;
    margin: 0.5rem auto;
  }

  .innerTechnology dl {
    height: auto !important;
  }

  .innerTechnology .dl01 {
    width: 100%;
  }

  .innerTechnology .dl02 {
    width: 100%;
    margin-top: 0.5rem;
  }

  .innerTechnology .dl03 {
    width: 100%;
    margin-top: 0.5rem;
  }

  .innerTechnology .dl04 {
    width: 100%;
    margin: 0.5rem 0;
  }

  .innerTechnology .dl05 {
    width: 100%;
  }

  .innerTechnology dl dd {
    left: 1rem;
    bottom: 1rem;
  }

  .innerTechnology .dl04 dd {
    bottom: 0.4rem;
  }

  .innerTechnology .dl05 dd {
    bottom: 0.4rem;
  }

  .innerTechnology dl dd h3 {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }

  .innerTechnology dl dd p {
    font-size: 0.28rem;
  }

  .footer {
    height: auto;
    padding-bottom: 0.5rem;
  }

  .footer-nav {
    width: auto;
    margin: 0.36rem auto;
    height: auto;
    font-size: 0;
  }

  .footer-nav-list-item {
    display: none;
  }

  .footer-nav-list {
    width: 33.333%;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
  }

  .footer-nav-code {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 0.25rem;
  }

  .footer-nav-code dl {
    float: left;
    margin-left: 0.25rem;
  }

  .footer-nav-code dl dt {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0;
    text-align: center;
    line-height: 2.2rem;
  }

  .footer-nav-code dl dd {
    font-size: 0.28rem;
    opacity: 0.65;
  }

  .footer-nav-code div {
    float: right;
    margin-right: 0.25rem;
    width: 4.6rem;
    margin: 0.2rem 0;
  }

  .footer-nav-code div img {
    height: 0.4rem;
    margin-top: 0.1rem;
  }

  .footer-nav-code div p {
    width: 4rem;
    font-size: 0.28rem;
  }

  .footer-link {
    display: none;
  }

  .footer-copyright {
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 0.3rem;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  .footer-copyright a.copyright-a {
    display: none;
  }

  .footer-copyright dl {
    display: none;
  }

  .footer-copyright div {
    margin: 0 0.25rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .footer-copyright div a {
    font-size: 0.28rem;
  }

  .innerPage {
    width: auto;
    margin: 0.25rem;
  }

  .innerPage-title {
    margin: 0.3rem 0;
  }

  .innerPage-title h3 {
    font-size: 0.36rem;
  }

  .innerPage-content {
    font-size: 0.3rem;
    line-height: 0.54rem;
    min-height: 3rem;
  }

  .innerPage-content * {
    max-width: 100% !important;
  }

  .innerNav {
    height: auto;
    font-size: 0;
    border: none;
  }

  .innerNav ul {
    display: block;
    margin: 0 0.25rem;
  }

  .innerNav ul li {
    width: 33.333%;
    padding: 0;
  }

  .innerNav ul li:nth-child(3n):before {
    display: none;
  }

  .innerNav ul li a {
    line-height: 1rem;
    font-size: 0.3rem;
  }

  .innerNav ul li:before {
    height: 0.4rem;
    top: 0.3rem;
  }

  .innerNav ul li a:before {
    height: 2px;
  }

  .innerProduct .innerProduct-navSearch {
    width: auto;
    margin: 0.3rem 0;
  }

  .innerProduct .innerProduct-navList {
    margin: 0 0.25rem;
    float: initial;
    width: auto;
  }

  .innerProduct .innerProduct-navList ul li {
    padding: 0;
    margin-right: 0.5rem;
    line-height: 0.6rem;
  }

  .innerProduct .innerProduct-navList ul li:before {
    display: none;
  }

  .innerProduct .innerProduct-navList ul li a {
    font-size: 0.3rem;
  }

  .innerProduct .innerProduct-search {
    float: initial;
    margin: 0.25rem;
    height: 0.8rem;
    padding: 0 0.4rem;
    border-radius: 0.8rem;
  }

  .innerProduct .innerProduct-search input {
    height: 0.8rem;
    width: 5.2rem;
    font-size: 0.3rem;
  }

  .innerProduct .innerProduct-search a {
    width: 0.8rem;
    height: 0.8rem;
  }

  .innerProduct-list {
    margin: 0 0.25rem;
    width: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .innerProduct-list dl {
    width: 3.4rem;
    margin: 0.2rem 0;
    height: auto;
    float: initial !important;
  }

  .innerProduct-list dl:nth-child(4n) {
    margin-right: 0;
  }

  .innerProduct-list dl dt {
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .innerProduct-list dl dt img {
    max-height: 70%;
  }

  .innerProduct-list dl dd {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: auto;
    padding-bottom: 0.2rem;
  }

  .innerProduct-list dl dd h3 {
    font-size: 0.32rem;
    margin: 0.2rem 0.2rem 0;
  }

  .innerProduct-list dl dd p {
    font-size: 0.28rem;
    margin: 0 0.2rem;
    max-width: initial;
    height: 0.8rem;
  }

  .innerProduct-list dl:hover dd {
    height: auto;
  }

  .innerProduct-list dl:hover dd h3 {
    margin: 0.2rem 0.2rem 0;
  }

  .innerProductDetails-brief {
    width: auto;
    margin: 0.5rem 0.25rem;
  }

  .innerProductDetails-brief-img {
    width: 100%;
    height: 8.4rem;
    float: initial;
  }

  .innerProductDetails-brief-img .swiperProduct-slide {
    width: 7rem;
    height: 8.4rem;
    line-height: 8.4rem;
  }

  .innerProductDetails-brief-img .hd {
    right: 0.3rem;
    bottom: 0.3rem;
  }

  .innerProductDetails-brief-img .swiperProduct-pagination span {
    width: 0.9rem;
    height: 0.1rem;
    margin-left: 0.2rem;
  }

  .innerProductDetails-brief-text {
    width: auto;
    float: initial;
    margin-top: 0.25rem;
  }

  .innerProductDetails-brief-text p {
    font-size: 0.4rem;
    line-height: 0.8rem;
  }

  .innerProductDetails-brief-text h3 {
    font-size: 0.4rem;
    margin: 0;
  }

  .innerProductDetails-brief-text ul {
    margin-top: 0.2rem;
  }

  .innerProductDetails-brief-text ul li {
    width: 1.5rem;
    height: 0.7rem;
    font-size: 0.3rem;
    line-height: 0.7rem;
    border-radius: 0.1rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .innerProductDetails-brief-text div {
    font-size: 0.3rem;
    margin-top: 0rem;
  }

  .innerProductDetails-advantage {
    padding: 0.5rem 0.25rem;
    width: auto;
  }

  .innerProductDetails-advantage-h3 {
    font-size: 0.4rem;
  }

  .innerProductDetails-advantage-div {
    width: auto;
    font-size: 0.3rem;
    margin-top: 0.15rem;
    line-height: 0.5rem;
  }

  .innerProductDetails-advantage-div * {
    font-size: 0.3rem !important;
    line-height: 0.5rem !important;
    color: #666 !important;
    font-family: "microsoft yahei" !important;
  }

  .innerProductDetails-programme {
    width: auto;
    margin: 0.5rem 0.25rem;
  }

  .innerProductDetails-programme .innerProductDetails-programme-h3 {
    font-size: 0.4rem;
  }

  .innerProductDetails-programme-list {
    margin: 0.4rem 0;
  }

  .innerProductDetails-programme-list dl {
    width: auto;
    margin: 0.2rem 0 !important;
    height: auto;
    overflow: hidden;
    float: initial !important;
  }

  .innerProductDetails-programme-list dl dt {
    width: 3.4rem;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
  }

  .innerProductDetails-programme-list dl dt h3 {
    font-size: 0.32rem;
    text-align: center;
    line-height: 1.5rem;
  }

  .innerProductDetails-programme-list dl dd {
    width: 3.4rem;
    height: auto;
    box-shadow: none;
  }

  .innerProductDetails-programme-list dl dd p {
    margin: 0;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .innerProductDetails-programme-list dl dd a {
    display: none;
  }

  .innerProductDetails-case {
    width: auto;
  }

  .innerProductDetails-programme-h3 {
    font-size: 0.4rem;
  }

  .innerProductDetails-case-list {
    margin-top: 0.4rem;
    padding: 0.4rem 0;
  }

  .case-list-left {
    float: initial;
    margin: 0 0.25rem 0.5rem;
    position: relative;
  }

  .case-list-left p {
    font-size: 0.3rem;
  }

  .case-list-left h3 {
    font-size: 0.4rem;
    margin: 0.1rem 0 0;
  }

  .case-list-left a {
    position: absolute;
    right: 0;
    top: 0.25rem;
    width: 2.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.7rem;
  }

  .case-list-right {
    float: initial;
    float: initial;
    margin: 0;
  }

  .case-list-right .bd {
    height: 6.7rem;
    overflow: hidden;
  }

  .case-list-right .bd li {
    margin: 0 0.25rem;
    width: auto;
  }

  .case-list-right .bd li div {
    width: 5.5rem;
    height: 6.7rem;
    font-size: 0;
    line-height: 6.7rem;
  }

  .case-list-right .bd li p {
    font-size: 0.32rem;
  }

  .case-list-right .bd li:hover p img {
    margin-top: 3rem;
  }

  .case-list-right .bd li div img {
    max-width: 100%;
  }

  .case-list-right .prev {
    width: 0.72rem;
    height: 1.5rem;
    line-height: 1.5rem;
    left: 0.25rem;
    top: 2.7rem;
  }

  .case-list-right .next {
    width: 0.72rem;
    height: 1.5rem;
    line-height: 1.5rem;
    right: 0.25rem;
    top: 2.7rem;
  }

  .innerProductDetails-data {
    width: auto;
    margin: 0.5rem 0.25rem;
  }

  .innerProductDetails-data-h3 {
    font-size: 0.4rem;
  }

  .innerProductDetails-data-list div {
    margin: 0.4rem 0;
  }

  .innerProductDetails-data-list div h3 {
    display: block;
    width: auto;
    font-size: 0.32rem;
  }

  .innerProductDetails-data-list div ul {
    display: block;
    padding: 0;
    width: auto;
  }

  .innerProductDetails-data-list div ul li {
    padding: 0.1rem 0;
  }

  .innerProductDetails-data-list div ul li span {
    float: left;
  }

  .innerProductDetails-data-list div ul li img {
    height: 0.3rem;
    margin: 0 0.1rem;
    vertical-align: top;
    margin-top: 0.1rem;
  }

  .innerProductDetails-data-list div ul li a {
    display: inline;
    margin: 0;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .innerProductDetails-data-list div ul li a:last-child img {
    margin-top: 0.06rem;
  }

  .innerProgramme {
    width: auto;
    margin: 0.5rem 0.25rem;
  }

  .innerProgramme dl {
    float: initial;
    width: auto;
    height: auto;
    margin: 0 0 0.4rem 0;
  }

  .innerProgramme dl dt {
    height: 4.6rem;
    line-height: 4.6rem;
    position: relative;
  }

  .innerProgramme dl dt h3 {
    font-size: 0.32rem;
    line-height: 1.5rem;
    text-indent: 0.5rem;
  }

  .innerProgramme dl dt a {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    display: block !important;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.5rem;
  }

  .innerProgramme dl dd {
    display: none;
  }


  .innerProgrammeDetails {
    width: auto;
    margin: 0.5rem 0.25rem;
  }

  .innerProgrammeDetails-h3 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .innerProgrammeDetails-content {
    font-size: 0.3rem;
    line-height: 0.54rem;
  }

  .innerProgrammeDetails-content * {
    font-size: 0.3rem !important;
    color: #666 !important;
    line-height: 0.5rem !important;
    font-family: "microsoft yahei" !important;
    max-width: 100% !important;
  }

  .innerProgrammeDetails-nextPrev {
    height: 1rem;
    margin: 0.5rem 0;
  }

  .innerProgrammeDetails-nextPrev .back {
    display: none;
  }

  .innerProgrammeDetails-nextPrev .prev {
    line-height: 1rem;
    font-size: 0.3rem;
    padding-left: 0.6rem;
    background-position-x: 0.25rem;
  }

  .innerProgrammeDetails-nextPrev .next {
    line-height: 1rem;
    font-size: 0.3rem;
    padding-right: 0.6rem;
    background-position-x: 1.1rem;
  }

  .innerProgrammeDetails-product-h3 {
    font-size: 0.4rem;
  }

  .innerProgrammeDetails-product div {
    margin-top: 0.3rem;
    padding: 0;
  }

  .innerProgrammeDetails-product div dl {
    width: auto;
    height: auto;
    float: initial;
    margin: 0 0 0.5rem 0;
    border: 1px solid #dedede;
    padding-bottom: 0.3rem;
  }

  .innerProgrammeDetails-product div dl dt {
    height: 3rem;
    line-height: 3rem;
    margin-top: 0.2rem;
  }

  .innerProgrammeDetails-product div dl dd h3 {
    font-size: 0.36rem;
  }

  .innerProgrammeDetails-product div dl dd p {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }

  .innerProgrammeDetails-product-a {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0rem auto 0.75rem;
    border-radius: 0.8rem;
    font-size: 0.3rem;
  }

  .innerNews {
    width: auto;
    margin: 0.5rem 0.25rem;
  }

  .innerNews dl {
    width: auto;
    height: auto;
    float: initial;
    margin: 0 0 0.5rem 0;
    border: 1px solid #dedede;
    box-shadow: none;
  }

  .innerNews dl dt {
    height: 4.3rem;
    line-height: 4.3rem;
  }

  .innerNews dl dt span {
    width: 2rem;
    font-size: 0.28rem;
    top: 0.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .innerNews dl dd {
    padding: 0 0.3rem;
  }

  .innerNews dl dd div {
    margin-top: 0.3rem;
  }

  .innerNews dl dd div span {
    font-size: 0.28rem;
    width: 1.2rem;
  }

  .innerNews dl dd div span b {
    font-size: 0.6rem;
  }

  .innerNews dl dd div h3 {
    width: 4.8rem;
    font-size: 0.34rem;
    margin-top: 0.1rem;
  }

  .innerNews dl dd div h3:before {
    display: none;
  }

  .innerNews dl dd p {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin: 0.1rem 0 0.2rem;
  }

  .innerNews dl dd em {
    margin-bottom: 0.4rem;
    width: 2rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }

  .innerAbout {
    width: auto;
    margin: 0.5rem 0rem;
  }

  .innerAbout-logo img {
    max-width: 100%;
    margin: 0;
  }

  .innerAbout-logo img:last-child {
    display: none;
  }

  .innerAbout-logo:before {
    width: 1rem;
    height: 0.1rem;
    display: none;
  }

  .innerAbout-img {
    display: none;
  }

  .innerAbout-img img {
    max-width: 100%;
  }

  .innerAbout-content {
    margin: 0.5rem 0.25rem;
    font-size: 0.3rem;
    line-height: 0.54rem;
    width: auto;
  }

  .innerAbout-slogan {
    margin: 0.5rem 0.25rem;
    width: auto;
  }

  .innerAbout-slogan dl {
    width: auto;
    float: initial;
  }

  .innerAbout-slogan dl dt {
    height: 2rem;
    line-height: 2rem;
  }

  .innerAbout-slogan dl dd h3 {
    font-size: 0.4rem;
  }

  .innerAbout-slogan dl dd p {
    margin: 0.2rem 0.24rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .innerAbout-slogan dl dd p span::before {
    position: absolute;
    left: -0.24rem;
    top: 0.15rem;
    width: 0.1rem;
    height: 0.1rem;
    content: "";
    background: #999;
    border-radius: 50%;
  }

  .innerAbout-advantage {
    padding: 0.5rem 0.25rem;
  }

  .innerAbout-advantage-title h3 {
    font-size: 0.36rem;
    margin: 0.1rem 0;
  }

  .innerAbout-advantage-title p {
    font-size: 0.28rem;
  }

  .innerAbout-advantage-list {
    width: 100%;
    margin: 0.5rem 0;
  }

  .innerAbout-advantage-list dl {
    width: 48%;
    margin: 0 0 0.25rem 0;
    height: auto;
    height: auto;
  }

  .innerAbout-advantage-list dl:nth-child(even) {
    float: right;
  }

  .innerAbout-advantage-list dl dt img {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    max-width: 100%;
  }

  .innerAbout-advantage-list dl dd {
    top: 0;
  }

  .innerAbout-advantage-list dl dd div {
    display: none;
  }

  .innerAbout-advantage-list dl dd h3 {
    font-size: 0.32rem;
    margin: 0.25rem 0;
  }

  .innerAbout-advantage-list dl dd p {
    margin: 0.25rem;
    opacity: 1;
    color: #fff;
    font-size: 0.26rem;
    height: 2.3rem;
  }

  .innerAbout-advantage-list dl dd p::-webkit-scrollbar {
    display: none;
  }

  .innerAbout-data {}

  .innerAbout-data dl {
    padding: 0.3rem 0;
  }

  .innerAbout-data dl dt {
    height: 1rem;
    width: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0;
    display: block;
    margin: 0 auto;
  }

  .innerAbout-data dl dt img {
    max-width: 80%;
    max-height: 80%;
  }

  .innerAbout-data dl dd {
    padding-left: 0rem;
    margin-left: 0rem;
    width: 100%;
    text-align: center;
    border: none;
  }

  .innerAbout-data dl dd h3 {
    font-size: 0.5rem;
    line-height: 0.7rem;
  }

  .innerAbout-data dl dd p {
    font-size: 0.28rem;
  }

  .innerAbout-development {
    min-height: 7rem;
    padding-bottom: 0.5rem;
  }

  .innerAbout-development-title h3 {
    font-size: 0.36rem;
    margin-top: 0.5rem;
  }

  .innerAbout-development-title p {
    font-size: 0.28rem;
    margin: 0.25rem 0.25rem 0.75rem;
  }

  .innerAbout-development-list .swiper-container {
    padding-bottom: 0;
  }

  .innerAbout-development-list .swiper-slide-h3 {
    font-size: 0.36rem;
    width: 80%;
  }

  .innerAbout-development-list .swiper-slide-p::before {
    left: 10%;
  }

  .innerAbout-development-list .swiper-slide-h4 {
    width: 80%;
    font-size: 0.32rem;
  }

  .innerAbout-development-list .swiper-slide-div {
    width: 80%;
    font-size: 0.28rem;
  }

  .innerAbout-history {
    display: none;
  }

  .wap-innerAbout-history {
    display: block;
    background: url(./../images/history-bg.png) no-repeat center;
    padding: 0.5rem 0;
    overflow: hidden;
  }

  .wap-innerAbout-history .swiper-slide-title {
    margin-top: 0rem;
    font-size: 0.6rem;
  }

  .wap-innerAbout-history .swiper-slide-title:before {
    top: 0.5rem;
    width: 25%;
  }

  .wap-innerAbout-history .swiper-slide-title:after {
    top: 0.5rem;
    width: 25%;
  }

  .wap-innerAbout-history .swiper-slide-content {
    padding: 0 0.25rem;
    font-size: 0.3rem;
  }

  #fp-nav.right {
    right: 0rem !important;
  }

  .home-banner-title {
    top: 4rem;
    margin: 0 0.25rem;
  }

  .home-banner-title p {
    font-size: 0.28rem;
  }

  .home-banner-title h3 {
    font-size: 0.48rem;
    line-height: initial;
  }

  .home-banner-data {
    bottom: 3.5rem;
    margin: 0 0.25rem;
  }

  .home-banner-data li {
    margin: 0;
    float: left;
    width: 50%;
    margin-bottom: 0.25rem;
  }

  .home-banner-data li p {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .home-banner-data li p span {
    font-size: 0.26rem !important;
  }

  .home-banner-data li h3 {
    font-size: 0.3rem;
  }

  .home-banner-data li h3::before {
    height: 0.04rem;
    bottom: 0.06rem;
  }

  .banner02-title {
    margin: 0;
    top: 6rem;
    left: 7.75%;
  }

  .banner02-title h3::before {
    bottom: 0.05rem;
  }

  .banner02-title h3 b {
    font-size: 0.5rem !important;
  }

  .banner02-data {
    margin: 0;
    bottom: 5.5rem;
    height: 0.88rem;
    left: 7.75%;
  }

  .banner02-data li {
    width: 100%;
  }

  .banner03-title h3 {
    font-size: 0.36rem !important;
  }

  .banner03-title h3 b {
    font-size: 0.48rem !important;
  }

  .banner04-title {
    top: 4rem;
  }

  .banner04-title img {
    width: 100%;
  }

  .banner04-data {
    height: auto;
    bottom: 4.2rem;
  }

  .banner04-data img {
    width: 100%;
  }

  .banner02-data li h3 a {
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }

  .home-banner .swiper-button-prev.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    display: none;
  }

  .home-banner .swiper-button-next.swiper-button-white,
  .home-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    display: none;
  }

  .home-ecology-title {
    margin: 0 0.25rem;
    margin-top: 1rem;
  }

  .home-ecology-title h3 {
    font-size: 0.5rem;
  }

  .home-ecology-title p {
    font-size: 0.28rem;
    margin-top: 0;
  }

  .home-ecology-map-box {
    margin: 1rem 0.25rem;
    width: auto;
  }

  .home-ecology-map-box canvas {
    height: 2.5rem !important;
  }

  .home-ecology-list {
    display: none;
  }

  .wap-home-ecology-list {
    display: block;
    margin: 0.5rem 0.25rem;
    overflow: hidden;
  }

  .wap-home-ecology-list dt {
    height: 1rem;
    width: 1rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1rem;
    font-size: 0;
    border: 1px solid #A51C30;
    border-radius: 50%;
  }

  .wap-home-ecology-list dd {
    text-align: center;
  }

  .wap-home-ecology-list dd p {
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }

  .wap-home-ecology-list dd p span {
    font-size: 0.36rem;
    margin-right: 0.1rem;
  }

  .wap-home-ecology-list dd h3 {
    font-size: 0.3rem;
  }

  .home-preponderance-list {
    display: none;
  }

  .wap-home-preponderance-list {
    display: block;
  }

  .wap-home-preponderance-list dl:nth-child(1) {
    top: 1rem;
  }

  .wap-home-preponderance-list dl:nth-child(2) {
    top: calc(18.5% + 1rem);
  }

  .wap-home-preponderance-list dl:nth-child(3) {
    top: calc(37% + 1rem);
  }

  .wap-home-preponderance-list dl:nth-child(4) {
    top: calc(55.5% + 1rem);
  }

  .wap-home-preponderance-list dl:nth-child(5) {
    top: calc(74% + 1rem);
  }

  .wap-home-preponderance-list dl {
    margin: 0 0.25rem;
    overflow: hidden;
    width: auto;
    height: calc(18.5% - 0.2rem);
    position: absolute;
    left: 0;
  }

  .wap-home-preponderance-list dl dt {
    height: 1.5rem;
    text-align: center;
    line-height: 1rem;
    float: left;
    font-size: 0;
    width: 1.5rem;
  }

  .wap-home-preponderance-list dl dt img {
    max-width: 50%;
    max-height: 50%;
  }

  .wap-home-preponderance-list dl dd {
    float: right;
    width: 5.5rem;
  }

  .wap-home-preponderance-list dl dd h3 {
    font-size: 0.36rem;
    color: #fff;
    margin: 0.25rem 0 0.1rem 0;
  }

  .wap-home-preponderance-list dl dd p {
    font-size: 0.28rem;
    color: #fff;
    opacity: 0.65;
    height: 1.26rem;
    overflow: hidden;
  }

  .preview {
    opacity: 0;
  }

  .home-solution-title h3 {
    font-size: 0.5rem;
  }

  .home-solution-title p {
    font-size: 0.28rem;
    margin: 0;
  }

  .pc-slide {
    width: auto;
    margin: 0 0.5rem;
  }

  .view {
    margin-top: 0.4rem;
  }

  .view .swiper-slide dl dt {
    float: initial;
    width: 90%;
    height: auto;
    line-height: initial;
    text-align: center;
    margin: 0.25rem auto 0.5rem;
  }

  .view .swiper-slide dl dd {
    float: initial;
    width: auto;
    height: auto;
    position: relative;
  }

  .view .swiper-slide dl dd span {
    font-size: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .view .swiper-slide dl dd h3 {
    font-size: 0.4rem;
  }

  .view .swiper-slide dl dd p {
    margin: 0.5rem 0 0;
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 2.5rem;
  }

  .view .swiper-slide dl dd a {
    position: absolute;
    right: 0;
    top: 0.6rem;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }

  .section05-title h3 {
    font-size: 0.5rem;
  }

  .section05-title p {
    font-size: 0.28rem;
    margin: 0;
  }

  .section05-list {
    margin: 1rem 0.25rem;
    width: auto;
    padding: 0;
  }

  .section05-list .section05-list-hot {
    display: none;
  }

  .section05-list .section05-list-recommend {
    width: auto;
    float: initial;
    right: 0 !important;
  }

  .section05-list .section05-list-recommend dl {
    margin-bottom: 0.4rem;
    width: 49%;
  }

  .section05-list .section05-list-recommend dl dt {
    height: 2.1rem;
    line-height: 2.1rem;
  }

  .section05-list .section05-list-recommend dl dd {
    font-size: 0.3rem;
    padding: 0;
    line-height: initial;
    height: auto;
    margin-top: 0.1rem;
  }

  .section05-list .section05-list-recommend .more {
    float: initial;
    width: 3rem;
    height: 0.65rem;
    line-height: 0.65rem;
    border-radius: 0.65rem;
    font-size: 0.32rem;
    margin: 0rem auto;
    display: block;
    overflow: hidden;
  }

  .home-partner {
    height: auto;
    top: 0 !important;
    height: 67%;
  }

  .footer {
    min-height: initial;
    bottom: 0 !important;
    height: 33%;
    padding: 0;
  }

  .footer-nav {}

  .footer-nav-list>a {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .home-partner-title {
    margin: 3rem 0 0.75rem 0;
  }

  .home-partner-title h3 {
    font-size: 0.5rem;
  }

  .home-partner-title p {
    font-size: 0.28rem;
    margin: 0;
  }

  .home-partner-partner-list .swiper-slide {
    height: 2rem;
    line-height: 2rem;
  }

  .home-partner-partner-list .swiper-slide img {
    max-height: 100%;
  }

  .innerProductDetails-programme-list dl dd a.more {
    display: none;
  }

  .footer-copyright {
    display: block;
  }


  .register-title {
    height: 1rem;
  }

  .register-title div .logo {
    height: 1rem;
    line-height: 1rem;
    width: 50%;
  }

  .register-title div .back {
    font-size: 0.3rem;
    margin-top: 0.28rem;
  }

  .register-form {
    width: auto;
    margin: 0rem 0.25rem;
  }

  .register-form h3 {
    margin-top: 0.64rem;
    font-size: 0.44rem;
  }

  .register-form h3:before {
    right: 2.2rem;
    width: 0.8rem;
    height: 0.06rem;
    bottom: 0.1rem;
  }

  .register-form p {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }

  .register-form p a {
    font-size: 0.28rem;
  }

  .register-form div {
    height: 1rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
  }

  .register-form div.layui-form {
    height: auto;
    background: none;
  }

  .register-form div.verification {
    width: calc(100% - 2.2rem);
  }

  .register-form div.verification input {
    width: auto;
    width: 2.5rem;
  }

  .register-form div.verification img {
    right: -2.2rem;
    top: 0;
    height: 100%;
    width: 2rem;
  }

  .register-form div span {
    font-size: 0.3rem;
    line-height: 1rem;
    margin-left: 0.5rem;
    width: 1.3rem;
  }

  .register-form div span::before {
    left: -0.3rem;
    top: 0;
  }

  .register-form div span::after {
    height: 0.4rem;
    top: 0.3rem;
    right: -0.3rem;
  }

  .register-form div input {
    width: 4.7rem;
    height: 1rem;
    font-size: 0.3rem;
  }

  .register-form button {
    width: 100%;
    margin: 0.5rem 0rem 0;
    height: 1rem;
    font-size: 0.3rem;
    border-radius: 0.1rem;
  }

  .login-form {
    width: auto;
    margin: 0 0.25rem;
  }

  .login-form dl {
    margin-top: 0.64rem;
  }

  .login-form dl dt {
    width: 44.444%;
    display: none;
  }

  .login-form dl dd {
    width: 100%;
  }

  .login-form dl dd h3 {
    margin: 0 0 0.5rem 0;
    width: auto;
    font-size: 0.44rem;
  }

  .login-form dl dd h3:before {
    left: 1.8rem;
    width: 0.8rem;
    height: 0.06rem;
    bottom: 0.1rem;
  }

  .login-form dl dd div {
    width: auto;
    height: 1rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
  }

  .login-form dl dd div span {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0;
  }

  .login-form dl dd div span img {
    max-width: 35%;
  }

  .login-form dl dd div input {
    width: 6rem;
    height: 1rem;
  }

  .login-form dl dd div.VerificationCode::before {
    width: 60%;
    height: 1rem;
  }

  .login-form dl dd div.VerificationCode input {
    width: calc(100% - 4rem);
  }

  .login-form dl dd div.VerificationCode img.validateCode {
    max-height: 100%;
    margin: 0;
  }

  .login-form dl dd div.loginBtn .layui-btn {
    margin: 0.75rem 0 0 0;
    width: 100%;
    height: 1rem;
    border-radius: 0.1rem;
    font-size: 0.3rem;
  }

  .login-form dl dd div.loginBtn p {
    margin-top: 0.3rem;
  }

  .login-form dl dd div.loginBtn p a {
    font-size: 0.3rem;
  }

  .home-solution2 .home-solution2-list dl {
    top: 1rem;
    height: 4rem;
  }

  .home-solution2 .home-solution2-list dl dt {
    height: 1rem;
    margin-top: 0.6rem;
  }

  .home-solution2 .home-solution2-list dl dd h3 {
    font-size: 0.4rem;
    margin: 0.3rem 0;
  }

  .home-solution2 .home-solution2-list dl dd a {
    width: 80%;
    font-size: 0.3rem;
    height: 0.65rem;
    line-height: 0.65rem;
  }


  .innerSmartParking-data {
    height: auto;
    overflow: hidden;
  }

  .innerSmartParking-data div {
    position: relative;
    height: auto;
    width: auto;
    margin: 0.5rem 0.25rem;
    top: 0;
    padding: 0.15rem 0;
  }

  .innerSmartParking-data div dl {
    width: 50%;
    padding: 0.15rem 0;
  }

  .innerSmartParking-data div dl:before {
    display: none;
  }

  .innerSmartParking-data div dl dt {
    font-size: 0.4rem;
    margin: 0;
  }

  .innerSmartParking-data div dl dd {
    font-size: 0.32rem;
  }

  .innerSmartParking-solution-list {
    margin: 0 0.25rem 0.5rem;
    width: auto;
  }

  .innerSmartParking-solution-list-left {
    width: 100%;
  }

  .innerSmartParking-solution-list-right {
    width: auto;
  }

  .innerSmartParking-solution-list-right b {
    font-size: 0.4rem;
    line-height: initial;
  }

  .innerSmartParking-solution-list-right h3 {
    font-size: 0.4rem;
  }

  .innerSmartParking-solution-list-right span {
    width: 1rem;
    height: 2px;
    margin: 0.15rem 0;
  }

  .innerSmartParking-solution-list-right p {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 3rem;
  }
  .innerSmartParking-solution-list-right a {
    width: 2rem;
    height: 1rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
    margin: 0.25rem 0 0.3rem;
  }

  .innerSmartParking-solution-list-left .bd dl dt {
    height: auto;
    line-height: initial;
  }

  .innerSmartParking-solution-list-left .swiperSolution {
    height: 500px;
  }

  .innerSmartParking-solution-list-left .bd dl {
    height: 100%;
  }

  .innerSmartParking-solution-list-left .bd dl dt img {
    max-width: 100%;
  }

  .innerSmartParking-solution-list-left .bd dl dd {
    font-size: 0.3rem;
    padding: 0 0.3rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }

  .innerSmartParking-solution-list-left span {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.06rem;
  }

  .innerSmartParking-solution-list-left .hd {
    bottom: 0.3rem;
    right: 0.1rem;
  }

  .innerSmartParking-title {
    padding: 0.5rem 0;
  }

  .innerSmartParking-title h3 {
    font-size: 0.4rem;
  }

  .innerSmartParking-title p {
    font-size: 0.28rem;
  }

  .innerSmartParking-product-list {
    width: auto;
    margin: 0 0.25rem 0.5rem;
  }

  .innerSmartParking-product-list .bd {
    margin: 0 1rem;
  }

  .innerSmartParking-product-slide {
    width: 100%;
  }

  .innerSmartParking-product-slide dl {
    margin: 0;
    height: 6rem;
  }

  .innerSmartParking-product-slide dt {
    height: 5rem;
    line-height: 5rem;
  }

  .innerSmartParking-product-slide dd {
    top: 5rem;
    line-height: 1rem;
  }

  .innerSmartParking-product-slide dd h3 {
    line-height: 1rem;
    height: 1rem;
    font-size: 0.32rem
  }

  .innerSmartParking-product-list a.prev {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .innerSmartParking-product-list a.next {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .innerSmartParking-scene {
    padding-bottom: 0.6rem;
  }

  .innerSmartParking-scene-list {
    margin: 0 0.25rem;
    width: auto;
  }

  .innerSmartParking-scene-list .hd {
    display: none;
  }

  .innerSmartParking-scene-list .bd {
    width: 100%;
    float: initial;
  }

  .innerSmartParking-scene-list-side {
    width: 100%;
    float: left;
  }

  .innerSmartParking-scene-list-side dt {
    height: 3.9rem;
    line-height: 3.9rem;
  }

  .innerSmartParking-scene-list-side dt img {
    max-height: initial;
    width: 100%;
  }

  .innerSmartParking-scene-list-side dd {
    font-size: 0.3rem;
    padding: 0 0.3rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }

  .innerSmartParking-scene-list a.prev {
    top: 1.45rem;
    height: 1rem;
    line-height: 1rem;
    width: 0.6rem;
  }

  .innerSmartParking-scene-list a.next {
    top: 1.45rem;
    height: 1rem;
    line-height: 1rem;
    width: 0.6rem;
    right: 0;
    left: initial;
  }

  .innerSmartParking-scene-list a.more {
    bottom: -1rem;
    margin: 0 auto;
    width: 2rem;
    height: 1rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
    display: none;
  }

  .innerSmartParking-ad {
    height: auto;
    overflow: hidden;
    padding: 0.4rem 0;
  }

  .innerSmartParking-ad h3 {
    font-size: 0.46rem;
    margin: 0;
  }

  .innerSmartParking-ad p {
    font-size: 0.3rem;
    margin: 0.15rem 0.25rem 0;
  }

  .innerSmartParking-advantage-list {
    margin: 0 0.25rem;
    width: auto;
  }

  .innerSmartParking-advantage-list dl {
    width: 50%;
    margin: 0.25rem 0;
  }

  .innerSmartParking-advantage-list dl dt {
    width: 1.57rem;
    height: 1.76rem;
    line-height: 1.76rem;
    background-size: cover;
  }

  .innerSmartParking-advantage-list dl dt img {
    width: 0.75rem;
  }

  .innerSmartParking-advantage-list dl dd p {
    font-size: 0.36rem;
    margin: 0.2rem 0 0rem;
  }

  .innerSmartParking-advantage-list dl dd h3 {
    font-size: 0.5rem;
  }

  .innerSmartParking-case-list {
    margin: 0 0.25rem 0.5rem;
    width: auto;
  }

  .innerSmartParking-case-list-side {
    width: 100%;
  }

  .innerSmartParking-case-list .bd {
    margin: 0 1rem;
  }

  .innerSmartParking-case-list-side dl {
    margin: 0;
  }

  .innerSmartParking-case-list-side dl dt {
    height: 3.4rem;
  }

  .innerSmartParking-case-list-side dd {
    padding: 0.15rem 0.25rem;
  }

  .innerSmartParking-case-list-side dd h3 {
    font-size: 0.32rem;
  }

  .innerSmartParking-case-list-side dd p {
    font-size: 0.28rem;
    margin: 0.1rem 0 0;
  }

  .innerSmartParking-case-list a.prev {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .innerSmartParking-case-list a.next {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .innerCustomized .innerSmartParking-solution-list {
    margin: 0.25rem 0.25rem 0.5rem;
  }

  .innerCustomized .innerSmartParking-solution-list-right h3 {
    margin: 0;
  }

  .innerCustomized .innerSmartParking-solution-list-right span {
    margin: 0.15rem 0;
  }

  .innerCustomized .innerSmartParking-solution-list-left {
    margin-top: 0.25rem;
  }

  .innerCustomized-range-list {
    width: auto;
    margin: 0 0.25rem;
  }

  .innerCustomized-range-list .hd {
    width: 100%;
  }

  .innerCustomized-range-list .hd li {
    float: left;
    width: 20%;
    height: auto !important;
    line-height: initial !important;
  }

  .innerCustomized-range-list .hd li:before {
    display: none;
  }

  .innerCustomized-range-list .hd li dl {
    padding: 0.15rem 0 0.3rem;
  }

  .innerCustomized-range-list .hd li dl dt {
    margin: 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    position: relative;
    display: block;
  }

  .innerCustomized-range-list .hd li dl dt img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }

  .innerCustomized-range-list .hd li dl dd {
    font-size: 0.3rem;
    width: auto;
  }

  .innerCustomized-range-list .hd li.on dl dt img {
    top: -0.8rem;
  }

  .innerCustomized-range-list .bd {
    width: 100%;
  }

  .innerCustomized-range-list .bd ul li {
    height: auto;
  }

  .innerCustomized-advantage {
    margin-top: 1rem;
  }

  .innerCustomized-advantage-list {
    width: auto;
    margin: 0 0.25rem;
    padding-bottom: 0.5rem;
  }

  .innerCustomized-advantage-list dl {
    width: 100%;
    margin: 0 0 0.25rem 0 !important;
  }

  .innerCustomized-advantage-list dl:nth-child(even) {
    float: right;
  }

  .innerCustomized-advantage-list dl dt {
    padding: 0.3rem 0;
    position: relative;
  }

  .innerCustomized-advantage-list dl dt img {
    position: absolute;
    top: 0;
  }

  .innerCustomized-advantage-list dl dd {
    bottom: initial;
    top: 0.3rem;
    min-height: 2rem;
  }

  .innerCustomized-advantage-list dl dd h3 {
    line-height: initial !important;
  }

  .innerCustomized-advantage-list dl dd h3 span {
    font-size: 0.32rem;
  }

  .innerCustomized-advantage-list dl dd p {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }

  .innerCustomized-advantage-list dl:hover dd h3 {
    line-height: initial !important;
  }

  .innerCustomized-process {
    margin-bottom: 0.25rem;
  }

  .innerCustomized-process .innerSmartParking-advantage-list dl dt span {
    font-size: 0.3rem;
    max-width: 60%;
  }

  .innerCustomized-process .innerSmartParking-advantage-list dl dd {
    line-height: 1.76rem;
    width: auto !important;
    margin: 0 0.12rem;
  }

  .innerCustomized-process .innerSmartParking-advantage-list dl dd img {
    width: 0.5rem;
  }









}






.innerProductDetails table td,
.innerProductDetails table th {
  border: 1px solid #DDD;
}